mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
Report fix + plugin.sh work
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
|
||||
<?php
|
||||
// Check if the page exists
|
||||
if (file_exists("log/report_output.html")) {
|
||||
if (file_exists("api/notification_text.html")) {
|
||||
// Load the page
|
||||
include("log/report_output.html");
|
||||
include("api/notification_text.html");
|
||||
} else {
|
||||
// Display an error message
|
||||
echo "<h2>Error</h2>";
|
||||
|
||||
Reference in New Issue
Block a user