From faec4b2e1d4f2ec66be8b257ea3b9fc50711383b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Nov 2005 18:58:24 +0000 Subject: Redirect back to teh main status page after removing the traffic shaper --- usr/local/www/firewall_shaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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; } -- cgit v1.1