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_blocked.php | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'config/snort-dev/snort_blocked.php') diff --git a/config/snort-dev/snort_blocked.php b/config/snort-dev/snort_blocked.php index 06d0c5f2..eafadb71 100644 --- a/config/snort-dev/snort_blocked.php +++ b/config/snort-dev/snort_blocked.php @@ -35,7 +35,7 @@ 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'); $blertnumber = $generalSettings['blertnumber']; @@ -49,23 +49,6 @@ $brefresh_on = ($generalSettings['brefresh'] == 'on' ? 'checked' : ''); - -


Please Wait...

@@ -81,10 +64,6 @@ $brefresh_on = ($generalSettings['brefresh'] == 'on' ? 'checked' : '');
-' . $pgtitle . '

';} -echo '

' . $pgtitle . '

'; -?> -
@@ -121,14 +100,14 @@ echo '

' . $pgtitle . '

';
Save or Remove Hosts -
+ Save All Blocked Hosts
-
+ Warning: all hosts will be removed. @@ -139,7 +118,7 @@ echo '

' . $pgtitle . '

';
Auto Refresh and Log View - + Auto Refresh @@ -147,7 +126,7 @@ echo '

' . $pgtitle . '

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