diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-14 19:17:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-14 19:17:20 +0000 |
commit | d507c653289a90777da42365c8285cffdafcbb88 (patch) | |
tree | 8fc7a2f0d0b0c84c69a705c5af1b268b2899932d /usr/local | |
parent | 1a898d2dd715058b9d5f568370e2c6d2d650f099 (diff) | |
download | pfsense-d507c653289a90777da42365c8285cffdafcbb88.zip pfsense-d507c653289a90777da42365c8285cffdafcbb88.tar.gz |
Redirect to firewall_shaper.php after removing traffic shaper
This fixes Ticket #150
Diffstat (limited to 'usr/local')
-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 b36c64f..4d259d4 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -60,6 +60,7 @@ if ($_POST['remove']) { touch($d_shaperconfdirty_path); unset($config['shaper']['enable']); write_config(); + Header("Location: firewall_shaper.php"); } if ($_POST) { |