aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rules.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-10-17 18:46:14 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-10-17 18:46:14 -0400
commit9ab973f6c1c9f66bfa671ff5e7020a93015915b3 (patch)
treef921e722319d648758503d92f7b5616ff1a9a110 /config/snort/snort_rules.php
parent0ff48067e191b8edb984f52e9c8cb8df777bff05 (diff)
downloadpfsense-packages-9ab973f6c1c9f66bfa671ff5e7020a93015915b3.tar.gz
pfsense-packages-9ab973f6c1c9f66bfa671ff5e7020a93015915b3.tar.bz2
pfsense-packages-9ab973f6c1c9f66bfa671ff5e7020a93015915b3.zip
Fix a bug with returning to previous page.
Diffstat (limited to 'config/snort/snort_rules.php')
-rwxr-xr-xconfig/snort/snort_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php
index 2882a89e..c9852597 100755
--- a/config/snort/snort_rules.php
+++ b/config/snort/snort_rules.php
@@ -118,7 +118,7 @@ else if ($_POST['openruleset'])
else
$currentruleset = $categories[0];
-if (empty($categories[0]) && ($currentruleset != "custom.rules")) {
+if (empty($categories[0]) && ($currentruleset != "custom.rules") && ($currentruleset != "Auto-Flowbit Rules")) {
if (!empty($a_rule[$id]['ips_policy']))
$currentruleset = "IPS Policy - " . ucfirst($a_rule[$id]['ips_policy']);
else