summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-27 17:08:16 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-27 17:08:16 +0000
commita843b04f400a1a5731a09a8d6abfdf12e640f8e3 (patch)
tree6a52882c44236874ee549b025f50bccb9ae5abde /usr/local/www/firewall_shaper.php
parent90c58761b43762fc24a3cfddcd5c3b404c3269d1 (diff)
downloadpfsense-a843b04f400a1a5731a09a8d6abfdf12e640f8e3.zip
pfsense-a843b04f400a1a5731a09a8d6abfdf12e640f8e3.tar.gz
* Unbreak By Queues view (it even allows full interface cloning now)
* Allow queues to be created safely * Fix a typo on tab links for the traffic shaper tabs
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index f8e0dea..debc8de 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -316,8 +316,8 @@ if ($queue) {
$tree = "<ul class=\"tree\" >";
if (is_array($altq_list_queues)) {
- foreach ($altq_list_queues as $altq) {
- $tree .= $altq->build_tree();
+ foreach ($altq_list_queues as $tmpaltq) {
+ $tree .= $tmpaltq->build_tree();
}
$tree .= get_interface_list_to_show();
}
OpenPOWER on IntegriCloud