mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Update report.php
Create variable echo lang('REPORT_ERROR');
This commit is contained in:
@@ -37,8 +37,8 @@ if (file_exists("log/report_output.html")) {
|
||||
include("log/report_output.html");
|
||||
} else {
|
||||
// Display an error message
|
||||
echo "<h1>Error</h1>";
|
||||
echo "<p>The page you are looking for is temporarily unavailable, please try again after a few seconds</p>";
|
||||
echo "<h2>Error</h2>";
|
||||
echo lang('REPORT_ERROR');
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user