Update internetinfo.php
Updated variable "DevDetail_Tab_Internet_Info_Error" to "DevDetail_Tab_Tool_Internet_Info_Error"
This commit is contained in:
@@ -21,7 +21,7 @@ $output = shell_exec("curl ipinfo.io");
|
|||||||
// Check if there is error
|
// Check if there is error
|
||||||
if (!isset($output) || empty($output)) {
|
if (!isset($output) || empty($output)) {
|
||||||
// Error message
|
// Error message
|
||||||
$output = lang('DevDetail_Tab_Internet_Info_Error');
|
$output = lang('DevDetail_Tab_Tool_Internet_Info_Error');
|
||||||
// Show the result
|
// Show the result
|
||||||
echo "<pre>";
|
echo "<pre>";
|
||||||
echo $output;
|
echo $output;
|
||||||
|
|||||||
Reference in New Issue
Block a user