summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
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