summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-17 22:21:00 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-17 22:21:00 +0000
commit07f35d576e2132578d78e9f89ed3174c990084c8 (patch)
tree1690cf0d0a09d17a6a088e323e06b888e19179e5 /usr/local/www/firewall_shaper_queues.php
parentc9f0b1c2c8cc580215c4bc381ca9f40590b05ae7 (diff)
downloadpfsense-07f35d576e2132578d78e9f89ed3174c990084c8.zip
pfsense-07f35d576e2132578d78e9f89ed3174c990084c8.tar.gz
Rename the tab to just "Wizards", and modify all pages to send to the new page when selecting the shaper wizards tab.
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 7b67df3..f3da5a6 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -147,7 +147,7 @@ include("head.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", false, "firewall_shaper.php");
$tab_array[1] = array("By Queue", true, "firewall_shaper_queues.ph");
- $tab_array[2] = array("EZ Shaper wizard", false, "wizard.php?xml=traffic_shaper_wizard.xml");
+ $tab_array[2] = array("Wizards", false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud