From 664c2cb5e02e133c93a65c377a57cfa4fc738494 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 20 Jan 2006 04:47:31 +0000 Subject: During traffic shaper wizard rewire the logo to remove shaper rules to basically abort the incremental shaper process --- usr/local/www/firewall_shaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/firewall_shaper.php') diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 5ee634e..6c14c8f 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -62,7 +62,7 @@ function wipe_magic () { filter_configure(); } -if ($_POST['remove']) { +if ($_POST['remove'] or $_GET['remove']) { wipe_magic(); $savemsg = '

Note: The traffic shaper has been disabled.
'; touch($d_shaperconfdirty_path); -- cgit v1.1