summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-02 04:28:10 +0000
committerBill Marquette <billm@pfsense.org>2005-07-02 04:28:10 +0000
commit4958090dec4cc6307526c0d4162a6f9c40b1c564 (patch)
tree10069ca269a7b236dba6969d55f52956e5914520 /usr/local/www/firewall_shaper_queues.php
parentb63695dbae043a6718a7103f13342d8440c53ed3 (diff)
downloadpfsense-4958090dec4cc6307526c0d4162a6f9c40b1c564.zip
pfsense-4958090dec4cc6307526c0d4162a6f9c40b1c564.tar.gz
Use the right tabs :)
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index ee0f39c..20427ab 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -120,11 +120,9 @@ include("head.inc");
<tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("Inbound", true, "firewall_nat.php");
- $tab_array[1] = array("Server NAT", false, "firewall_nat_server.php");
- $tab_array[2] = array("1:1", false, "firewall_nat_1to1.php");
- $tab_array[3] = array("Outbound", false, "firewall_nat_out.php");
- $tab_array[4] = array("Outgoing Load Balancing", false, "firewall_nat_out_load_balancing.php");
+ $tab_array[0] = array("Rules", false, "firewall_shaper.php");
+ $tab_array[1] = array("Queues", true, "firewall_shaper_queues.php");
+ $tab_array[2] = array("EZ Shaper wizard", false, "wizard.php?xml=traffic_shaper_wizard.xml");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud