mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-16 16:18:50 -04:00
Update internetinfo.php
Updated variable "DevDetail_Tab_Internet_Info_Error" to "DevDetail_Tab_Tool_Internet_Info_Error"
This commit is contained in:
1 parent
841bd16701
commit
053bcff11c
1 file changed
+1
-1
@@ -21,7 +21,7 @@ $output = shell_exec("curl ipinfo.io");
|
||||
// Check if there is error
|
||||
if (!isset($output) || empty($output)) {
|
||||
// Error message
|
||||
$output = lang('DevDetail_Tab_Internet_Info_Error');
|
||||
$output = lang('DevDetail_Tab_Tool_Internet_Info_Error');
|
||||
// Show the result
|
||||
echo "<pre>";
|
||||
echo $output;
|
||||
|
||||
Reference in new issue
Block a user