Update internetinfo.php

Updated translation variable "DevDetail_Tab_Internet_Info_Error"
This commit is contained in:
Carlos V
2023-08-19 15:45:12 +02:00
committed by GitHub
parent 9b2c6b8838
commit f5acab8ad8

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_Internet_Info_Error');
$output = lang('DevDetail_Tab_Internet_Info_Error');
// Show the result
echo "<pre>";
echo $output;