mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update internetinfo.php
Updated translation variable "DevDetail_Tab_Internet_Info_Error"
This commit is contained in:
@@ -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_Internet_Info_Error');
|
||||
$output = lang('DevDetail_Tab_Internet_Info_Error');
|
||||
// Show the result
|
||||
echo "<pre>";
|
||||
echo $output;
|
||||
|
||||
Reference in New Issue
Block a user