From c50f8cb05f7e564f3b96dbf43720585871772c83 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Nov 2005 19:01:18 +0000 Subject: MFC 7451 unset $config['shaper']['itemsshaped'] after configuring shaper --- usr/local/www/wizards/traffic_shaper_wizard.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b10abb3..13cf57e 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -1928,6 +1928,7 @@ $config['shaper']['enable'] = TRUE; + unset($config['shaper']['itemsshaped']); filter_configure_sync(); header("Location: /status_queues.php"); -- cgit v1.1