summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-21 20:32:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-21 20:32:03 +0000
commit1b8f6d97f8961569db5a97ba0805cda8123d5802 (patch)
tree5654ea7b07e69a38e1a9b6f74c5041902c787244 /usr/local/www/firewall_shaper_queues.php
parent776b3849e0de15704a924af82aa4ee265037693b (diff)
downloadpfsense-1b8f6d97f8961569db5a97ba0805cda8123d5802.zip
pfsense-1b8f6d97f8961569db5a97ba0805cda8123d5802.tar.gz
Start the process of moving back to a m0n0wall style rules / queues system.
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index ea9ff79..f7b7c19 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -101,16 +101,9 @@ if ($_GET['act'] == "del") {
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<ul id="tabnav">
-<?php foreach ($iflist as $ifent => $ifname):
- if ($ifent == $if): ?>
- <li class="tabinact"><?=htmlspecialchars($ifname);?></li>
-<?php else: ?>
- <li class="tabinact"><a href="firewall_rules.php?if=<?=$ifent;?>"><?=htmlspecialchars($ifname);?></a></li>
-<?php endif; ?>
-<?php endforeach; ?>
- </ul>
- <ul id="tabnav">
- <li class="tabact"><a href="firewall_shaper_queues.php">Queues</a></li>
+ <li class="tabinact"><a href="firewall_shaper.php">Rules</a></li>
+ <li class="tabact">Queues</a></li>
+ <li class="tabinact"><a href="firewall_shaper_magic.php">Magic shaper wizard</a></li>
</ul>
</td></tr>
<tr>
OpenPOWER on IntegriCloud