summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-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