From 140efc422969d411e620174501aa292ae1345534 Mon Sep 17 00:00:00 2001 From: robiscool Date: Mon, 16 Aug 2010 16:53:15 -0700 Subject: snort, major changes, fix pid bug, add jquery lightbox, update gui --- config/snort/snort_interfaces_global.php | 70 +++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 19 deletions(-) (limited to 'config/snort/snort_interfaces_global.php') diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 7cc4f3df..41a55a12 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -32,8 +32,9 @@ POSSIBILITY OF SUCH DAMAGE. */ -$pgtitle = "Services: Snort: Global Settings"; + require_once("guiconfig.inc"); +require_once("/usr/local/pkg/snort/snort_gui.inc"); require_once("/usr/local/pkg/snort/snort.inc"); /* make things short */ @@ -241,32 +242,58 @@ snort_rules_up_deinstall_cron(""); } } -include("head.inc"); +$pgtitle = "Services: Snort: Global Settings"; +include_once("/usr/local/pkg/snort/snort_head.inc"); + +?> + + + + + + - -

- +
+ +' . $pgtitle . '

';}?> +
- + + + +
-
+ + + +
- +
@@ -378,6 +405,11 @@ include("head.inc");
Please Choose The Type Of Rules You Wish To Download
+ + + + + -- cgit v1.2.3