summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 7f8c0c1..9f8169d 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -142,7 +142,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
<?php $opts = get_configured_interface_with_descr(false, true);
foreach ($opts as $oif => $odescr):
if (!isset($config['interfaces'][$oif]['ovpn'])): ?>
- <?=output_menu_item("/interfaces_wan.php?if={$oif}", htmlspecialchars($odescr))?>
+ <?=output_menu_item("/interfaces.php?if={$oif}", htmlspecialchars($odescr))?>
<?php endif; endforeach; ?>
<?php echo return_ext_menu("Interfaces"); ?>
</ul>
OpenPOWER on IntegriCloud