Merge branch 'jokob-sk:main' into Pi.Alert-New-Functions-in-Tools-tab

This commit is contained in:
Carlos V
2023-08-19 12:23:23 +02:00
committed by GitHub
2 changed files with 3 additions and 6 deletions

View File

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