summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php5
1 files changed, 1 insertions, 4 deletions
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") {
<?php
if (isset($shaperent['targetqueue'])) {
$desc = htmlspecialchars($shaperent['targetqueue']);
- echo "<a href=\"firewall_shaper_pipes_edit.php?id={$shaperent['targetqueue']}\">{$desc}</a>";
+ echo "<a href=\"firewall_shaper_queues_edit.php?id={$shaperent['targetqueue']}\">{$desc}</a>";
}
?><?=$textse;?>
</td>
OpenPOWER on IntegriCloud