summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-24 17:12:24 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-24 18:28:00 -0300
commitc1d09bfe11ec41b4e1700c49a5b6f1e0eb6c0b10 (patch)
tree0dac390a92a1e392e014d85711779fa63d5223b6 /usr/local/www/firewall_shaper_wizards.php
parent71802285e56dfed514be715b4ab2d01a0b4363b8 (diff)
downloadpfsense-c1d09bfe11ec41b4e1700c49a5b6f1e0eb6c0b10.zip
pfsense-c1d09bfe11ec41b4e1700c49a5b6f1e0eb6c0b10.tar.gz
Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper wizards, multi lan/wan can be used to replace any of them
Diffstat (limited to 'usr/local/www/firewall_shaper_wizards.php')
-rw-r--r--usr/local/www/firewall_shaper_wizards.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 54ead11..85d43ca 100644
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -74,8 +74,6 @@ $pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards"
$shortcut_section = "trafficshaper";
$wizards = array(
- gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml",
- gettext("Single Wan multi Lan") => "traffic_shaper_wizard_multi_lan.xml",
gettext("Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml",
gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml",
);
OpenPOWER on IntegriCloud