diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-26 01:24:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-26 01:24:10 +0000 |
commit | 241498059b76355b806bb5c1f8161b87cb6d6fa8 (patch) | |
tree | a07007cbd049d36595cd386e9be1e0b24b30aca6 | |
parent | ae48674b35317f1f3433bacc68584bd1ffd4e662 (diff) | |
download | pfsense-241498059b76355b806bb5c1f8161b87cb6d6fa8.zip pfsense-241498059b76355b806bb5c1f8161b87cb6d6fa8.tar.gz |
Reload rules and sync after Remove Wizard operation
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 7f56142..1c9cfe4 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -60,6 +60,7 @@ function wipe_magic () { unset($config['shaper']['queue']); unset($config['shaper']['rule']); $config['shaper']['enable'] = FALSE; + filter_configure(); } if ($_POST['remove']) { |