summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 15c6272..bea09e8 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -38,14 +38,10 @@ if($_GET['reset'] <> "") {
exit;
}
-if (!is_array($config['shaper']['pipe'])) {
- $config['shaper']['pipe'] = array();
-}
if (!is_array($config['shaper']['queue'])) {
$config['shaper']['queue'] = array();
}
$a_queues = &$config['shaper']['queue'];
-$a_pipe = &$config['shaper']['pipe'];
$iflist = array("lan" => "LAN", "wan" => "WAN");
@@ -259,4 +255,4 @@ While(!Connection_Aborted()) {
mwexec("/usr/bin/killall -9 pfctl php");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud