From 73335292bbfd04094718cc9ff5062dfc56c21101 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 25 Mar 2006 00:12:26 +0000 Subject: [PATCH] Configure filter after removing shaper. Could be related to Ticket #856 --- usr/local/www/firewall_shaper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 60e83637ce..c5709cd1dd 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -68,6 +68,7 @@ if ($_POST['remove'] or $_GET['remove']) { touch($d_shaperconfdirty_path); unset($config['shaper']['enable']); write_config(); + filter_configure(); Header("Location: index.php"); exit; }