summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-18 17:24:32 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-18 17:24:32 -0500
commit7c40255c3a101e848580b22482d90022683b1c60 (patch)
tree38b38c82031685c1da1d87fe71e84b2be030a929 /src/usr/local/www
parent64d53c6939c0e81cc0e53631006a1b2fc4af4b0a (diff)
downloadpfsense-7c40255c3a101e848580b22482d90022683b1c60.zip
pfsense-7c40255c3a101e848580b22482d90022683b1c60.tar.gz
Fixed #7277
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/firewall_rules.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index d9e5f0c..23a2c29 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -174,6 +174,9 @@ if ($_POST['apply']) {
clear_subsystem_dirty('filter');
}
+if ($_POST) {
+ $pconfig = $_POST;
+}
if ($_POST['act'] == "del") {
if ($a_filter[$_POST['id']]) {
OpenPOWER on IntegriCloud