From d5be7a2d384595abf9a7b848fa911303ea55e76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Thu, 17 Jan 2008 23:38:07 +0000 Subject: Remove an accidentally slipped in line. --- usr/local/www/status_queues.php | 1 - 1 file changed, 1 deletion(-) (limited to 'usr') 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) { -- cgit v1.1