From b09f9b80567607884f88c28f694cdefe744ded1e Mon Sep 17 00:00:00 2001 From: robiscool Date: Thu, 16 Jun 2011 13:10:29 -0700 Subject: snort-dev, redo the way users interact with the rules, update database names --- config/snort-dev/snort_barnyard.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/snort-dev/snort_barnyard.php') diff --git a/config/snort-dev/snort_barnyard.php b/config/snort-dev/snort_barnyard.php index aea0d93d..8dde1cd3 100644 --- a/config/snort-dev/snort_barnyard.php +++ b/config/snort-dev/snort_barnyard.php @@ -46,7 +46,7 @@ if ($uuid == '') { } -$a_list = snortSql_fetchAllSettings('snortDBrules', 'Snortrules', 'uuid', $uuid); +$a_list = snortSql_fetchAllSettings('snortDB', 'SnortIfaces', 'uuid', $uuid); if (!is_array($a_list)) { @@ -169,9 +169,10 @@ jQuery(document).ready(function() {
- - + + + @@ -224,7 +225,6 @@ jQuery(document).ready(function() { - -- cgit v1.2.3