Update internetinfo.php

Updated variable "DevDetail_Tab_Internet_Info_Error"
to "DevDetail_Tab_Tool_Internet_Info_Error"
This commit is contained in:
Carlos V
2023-09-04 18:26:24 +02:00
committed by GitHub
parent 841bd16701
commit 053bcff11c

View File

@@ -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;