From d1e3f40f1abbb4faa542ce5be8e0dc5b4e73bb9a Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Mon, 7 Mar 2005 02:36:44 +0000 Subject: We don't use pipes, just queues --- usr/local/www/firewall_shaper.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 2ca5f1e..a863da3 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -36,9 +36,6 @@ require("guiconfig.inc"); if (!is_array($config['shaper']['rule'])) { $config['shaper']['rule'] = array(); } -if (!is_array($config['shaper']['pipe'])) { - $config['shaper']['pipe'] = array(); -} if (!is_array($config['shaper']['queue'])) { $config['shaper']['queue'] = array(); } @@ -254,7 +251,7 @@ if ($_GET['act'] == "del") { {$desc}"; + echo "{$desc}"; } ?> -- cgit v1.1