summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-16 22:33:05 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-16 22:33:05 +0000
commit94b85249c0b61c30251f6a79a349d8adaf63a82d (patch)
tree25c71b8abd7d160ca89dbcdd0b550f746642deb3 /usr
parent77dc689425073f2898d31fe9cb50f0e949af1afa (diff)
downloadpfsense-94b85249c0b61c30251f6a79a349d8adaf63a82d.zip
pfsense-94b85249c0b61c30251f6a79a349d8adaf63a82d.tar.gz
correctly show limiter tab on wizards page.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index ed10eef..28d3f2c 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -89,7 +89,8 @@ include("fbegin.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", false, "firewall_shaper.php");
$tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php");
- $tab_array[2] = array("Wizards", true, "firewall_shaper_wizards.php");
+ $tab_array[2] = array("Limiter", false, "firewall_shaper_vinterface.php");
+ $tab_array[3] = array("Wizards", true, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud