From c0076cc80d8c3689ffacff0a61f6d5a76c30b70c Mon Sep 17 00:00:00 2001 From: robiscool Date: Fri, 6 May 2011 13:08:28 -0700 Subject: snort-dev, add neww files --- config/snort-dev/snort_alerts.php | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) (limited to 'config/snort-dev/snort_alerts.php') diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php index f79a4249..f3aedbcb 100644 --- a/config/snort-dev/snort_alerts.php +++ b/config/snort-dev/snort_alerts.php @@ -34,7 +34,7 @@ require_once("guiconfig.inc"); require_once("/usr/local/pkg/snort/snort_new.inc"); require_once("/usr/local/pkg/snort/snort_gui.inc"); -$generalSettings = snortSql_fetchAllSettings('SnortSettings', 'id', '1'); +$generalSettings = snortSql_fetchAllSettings('snortDB', 'SnortSettings', 'id', '1'); $alertnumber = $generalSettings['alertnumber']; @@ -44,26 +44,9 @@ $arefresh_on = ($generalSettings['arefresh'] == 'on' ? 'checked' : ''); include("/usr/local/pkg/snort/snort_head.inc"); ?> - - + -


Please Wait...

@@ -80,10 +63,6 @@ $arefresh_on = ($generalSettings['arefresh'] == 'on' ? 'checked' : '');
-' . $pgtitle . '

';} -echo '

' . $pgtitle . '

'; -?> -
@@ -120,14 +99,14 @@ echo '

' . $pgtitle . '

';
Save or Remove Logs -
+ Save All Log Files.
-
+ Warning: all logs will be deleted. @@ -138,7 +117,7 @@ echo '

' . $pgtitle . '

';
Auto Refresh and Log View - + > @@ -146,7 +125,7 @@ echo '

' . $pgtitle . '

'; Default ON.
- + Limit entries to view. Default 250. -- cgit v1.2.3