aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_whitelist_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-03 15:43:43 +0000
committerErmal <eri@pfsense.org>2011-08-03 15:43:43 +0000
commit8c0fcc9d45f382d5f171adaf5bba112b0172d566 (patch)
treecf91743acb85e4053a3ed65173df8b635d888848 /config/snort/snort_interfaces_whitelist_edit.php
parent2e06535daadd598e700b5619ca08d935bd97146a (diff)
downloadpfsense-packages-8c0fcc9d45f382d5f171adaf5bba112b0172d566.tar.gz
pfsense-packages-8c0fcc9d45f382d5f171adaf5bba112b0172d566.tar.bz2
pfsense-packages-8c0fcc9d45f382d5f171adaf5bba112b0172d566.zip
Another round of fixes for whitelist and suppress. Also correct behaviour of some GUI.
Diffstat (limited to 'config/snort/snort_interfaces_whitelist_edit.php')
-rw-r--r--config/snort/snort_interfaces_whitelist_edit.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/snort/snort_interfaces_whitelist_edit.php b/config/snort/snort_interfaces_whitelist_edit.php
index 40f92318..8c54ac5a 100644
--- a/config/snort/snort_interfaces_whitelist_edit.php
+++ b/config/snort/snort_interfaces_whitelist_edit.php
@@ -58,9 +58,7 @@ if ($config['installedpackages']['snortglobal']['whitelist']['item'][$id]['uuid'
$whitelist_uuid = mt_rand(1, 65535);
$pconfig['uuid'] = $whitelist_uuid;
}
-}
-
-if ($config['installedpackages']['snortglobal']['whitelist']['item'][$id]['uuid'] != '') {
+} else if ($config['installedpackages']['snortglobal']['whitelist']['item'][$id]['uuid'] != '') {
$whitelist_uuid = $config['installedpackages']['snortglobal']['whitelist']['item'][$id]['uuid'];
}
@@ -209,7 +207,7 @@ if ($_POST['submit']) {
/* create whitelist and homenet file then sync files */
sync_snort_package_empty();
- header("Location: /snort/snort_interfaces_whitelist_edit.php?id=$id");
+ header("Location: /snort/snort_interfaces_whitelist.php");
exit;
}
//we received input errors, copy data to prevent retype