summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-01-17 23:38:07 +0000
committerErmal Luçi <eri@pfsense.org>2008-01-17 23:38:07 +0000
commitd5be7a2d384595abf9a7b848fa911303ea55e76a (patch)
tree7264852d17b1102035917212bc43b8ce8e71492a /usr/local/www/status_queues.php
parent4f7e490827f7effedbb97ee6c3e2d9fb7bc35768 (diff)
downloadpfsense-d5be7a2d384595abf9a7b848fa911303ea55e76a.zip
pfsense-d5be7a2d384595abf9a7b848fa911303ea55e76a.tar.gz
Remove an accidentally slipped in line.
Diffstat (limited to 'usr/local/www/status_queues.php')
-rwxr-xr-xusr/local/www/status_queues.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index b27d8bb..c01e3bd 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -51,7 +51,6 @@ foreach($pfctl_vsq_array as $pfctl) {
if(stristr($match_array[1][0],"root_")==false)
$a_queues[] = $match_array[1][0] . " on {$if}" ;
else {
- $if = stristr($match_array[1][0], "root_");
$if = preg_replace("(root_)", "", $if);
foreach ($config['interfaces'] as $ifkey => $ifdesc) {
if ($ifdesc['if'] == $if) {
OpenPOWER on IntegriCloud