diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-01-17 23:38:07 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-01-17 23:38:07 +0000 |
commit | d5be7a2d384595abf9a7b848fa911303ea55e76a (patch) | |
tree | 7264852d17b1102035917212bc43b8ce8e71492a /usr/local/www | |
parent | 4f7e490827f7effedbb97ee6c3e2d9fb7bc35768 (diff) | |
download | pfsense-d5be7a2d384595abf9a7b848fa911303ea55e76a.zip pfsense-d5be7a2d384595abf9a7b848fa911303ea55e76a.tar.gz |
Remove an accidentally slipped in line.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/status_queues.php | 1 |
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) { |