diff --git a/back/pialert.py b/back/pialert.py index daf0ac6b..d7d7354d 100755 --- a/back/pialert.py +++ b/back/pialert.py @@ -1920,10 +1920,6 @@ def performPholusScan (timeoutSec): # cleanup - select only lines containing a separator to filter out unnecessary data newLines = list(filter(lambda x: '|' in x, newLines)) - - # regular logging - for line in newLines: - append_line_to_file (logPath + '/pialert_pholus.log', line +'\n') # build SQL query parameters to insert into the DB params = [] diff --git a/front/maintenance.php b/front/maintenance.php index 05bd8112..bbfdc4f7 100755 --- a/front/maintenance.php +++ b/front/maintenance.php @@ -364,25 +364,7 @@ if (isset($_POST['submit']) && submit && isset($_POST['skinselector_set'])) { - -
+schedule in the PHOLUS_RUN setting. Make sure you enter the schedule in the correct cron-like format
(e.g. validate at crontab.guru). For example entering 0 4 * * * will run the scan after 4 am in the TIMEZONE you set above. Will be run NEXT time the time passes.',
'PHOLUS_DAYS_DATA_name' => 'Data retention',
-'PHOLUS_DAYS_DATA_description' => 'How many days of Pholus scan entries should be kept (globally, not device specific!). The pialert_pholus.log file is not touched. Enter 0 to disable.',
+'PHOLUS_DAYS_DATA_description' => 'How many days of Pholus scan entries should be kept (globally, not device specific!) Enter 0 to disable.',
// Nmap
'Nmap_display_name' => 'Nmap',
diff --git a/front/plugins.php b/front/plugins.php
index 6925a695..8454be2c 100755
--- a/front/plugins.php
+++ b/front/plugins.php
@@ -173,8 +173,6 @@ function getData(){
$.get('api/table_plugins_objects.json', function(res) {
pluginObjects = res["data"];
-
- console.log(pluginObjects)
$.get('api/table_plugins_history.json', function(res) {
@@ -259,8 +257,6 @@ function generateTabs()
}
}
- console.log(pluginObjects)
-
// Generate the object rows
var obCount = 0;
for(var i=0;i