From 422997be9b3d656468d7edd94c081148a8d02984 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Sat, 20 May 2023 13:33:45 +1000 Subject: [PATCH] php errors log --- front/maintenance.php | 21 +++++++++++++++++++-- front/plugins/nmap_services/config.json | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/front/maintenance.php b/front/maintenance.php index 7babe5d8..4b8105f4 100755 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -367,7 +367,24 @@ if (isset($_POST['submit']) && submit && isset($_POST['skinselector_set'])) { - + +
+
+ +
+
+
+
pialert.php_errors.log
+ +
+
+ +
+
+
+
+
@@ -705,7 +722,7 @@ function performLogManage() { // -------------------------------------------------------- function scrollDown() { - var areaIDs = ['pialert_log', 'pialert_front_log', 'IP_changes_log', 'stdout_log', 'stderr_log', 'pialert_pholus_log', 'pialert_pholus_lastrun_log']; + var areaIDs = ['pialert_log', 'pialert_front_log', 'IP_changes_log', 'stdout_log', 'stderr_log', 'pialert_pholus_log', 'pialert_pholus_lastrun_log', 'pialert_php_log']; for (let i = 0; i < areaIDs.length; i++) { diff --git a/front/plugins/nmap_services/config.json b/front/plugins/nmap_services/config.json index 725e3108..a31a1bf3 100755 --- a/front/plugins/nmap_services/config.json +++ b/front/plugins/nmap_services/config.json @@ -55,7 +55,7 @@ "localized": ["name"], "name":[{ "language_code":"en_us", - "string" : "Device name" + "string" : "Device MAC" }] }, {