summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-23 22:41:50 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-23 22:41:50 +0000
commit432bd199e78a13bab59f1373c5b417a5dab7e940 (patch)
tree15b1accc17dc58ad73f68dd31ff232583e5a9226 /usr/local/www/fbegin.inc
parentabb31ea43d7a0a723155612e5b6d18b755f630f7 (diff)
downloadpfsense-432bd199e78a13bab59f1373c5b417a5dab7e940.zip
pfsense-432bd199e78a13bab59f1373c5b417a5dab7e940.tar.gz
Remove ocurrences of m0n0 for shaper type in the code.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 9f8169d..89314aa 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -147,12 +147,6 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
<?php echo return_ext_menu("Interfaces"); ?>
</ul>
</li>
-<?php
- if($config['system']['shapertype'] <> "m0n0")
- $shaper = "firewall_shaper.php";
- else
- $shaper = "m0n0/firewall_shaper.php";
-?>
<li class="drop">
<div>Firewall</div>
<ul class="subdrop">
@@ -173,7 +167,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
deployments
remove to reduce user confusion
*/
- output_menu_item("{$shaper}", "Traffic Shaper");
+ output_menu_item("/firewall_saper.php", "Traffic Shaper");
}
?>
<?=output_menu_item("/firewall_virtual_ip.php", "Virtual IPs");?>
OpenPOWER on IntegriCloud