summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-12 00:37:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-12 00:37:53 -0400
commit68cbabcbfd0f09814e4077e91f20fcf7b447b6a2 (patch)
tree5cf386dbee01b4486e7feb1daba8485935fef0d7 /usr/local/www/firewall_rules.php
parent52b8dc16a0c2c5d8515b9464197ebd8189370930 (diff)
downloadpfsense-68cbabcbfd0f09814e4077e91f20fcf7b447b6a2.zip
pfsense-68cbabcbfd0f09814e4077e91f20fcf7b447b6a2.tar.gz
Mark filter dirty after saving
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 553c251..cd358da 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -125,7 +125,8 @@ if($_REQUEST['dragdroporder']) {
// Write configuration
$config = write_config("Drag and drop firewall rules ordering update.");
// Redirect back to page
- Header("Location: firewall_rules.php?if=" . $_REQUEST['if'] . "&savemsg=" . urlencode("The filter rules order has been updated."));
+ mark_subsystem_dirty('filter');
+ Header("Location: firewall_rules.php?if=" . $_REQUEST['if']);
exit;
}
OpenPOWER on IntegriCloud