diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 2ca5f1e24d..a863da3caf 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}"; } ?>