mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -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");
|
include("log/report_output.html");
|
||||||
} else {
|
} else {
|
||||||
// Display an error message
|
// Display an error message
|
||||||
echo "<h1>Error</h1>";
|
echo "<h2>Error</h2>";
|
||||||
echo "<p>The page you are looking for is temporarily unavailable, please try again after a few seconds</p>";
|
echo lang('REPORT_ERROR');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user