summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 18:58:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 18:58:24 +0000
commitfaec4b2e1d4f2ec66be8b257ea3b9fc50711383b (patch)
treed24af682286ae5ec2425b7ce2c1ba28cdf85c585 /usr/local
parent7c99b15cee35d532f796d6f4785d20f6d2c6c793 (diff)
downloadpfsense-faec4b2e1d4f2ec66be8b257ea3b9fc50711383b.zip
pfsense-faec4b2e1d4f2ec66be8b257ea3b9fc50711383b.tar.gz
Redirect back to teh main status page after removing the traffic shaper
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index b1e397a..9538c86 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -65,7 +65,7 @@ if ($_POST['remove']) {
touch($d_shaperconfdirty_path);
unset($config['shaper']['enable']);
write_config();
- Header("Location: firewall_shaper.php");
+ Header("Location: index.php");
exit;
}
OpenPOWER on IntegriCloud