summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-08 21:34:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-08 21:34:44 +0000
commit732cabc5d77621cec684d85bd5a4f84eb68112ee (patch)
tree99a0e6afd96afc23db78ed2e419dd42ad0f2067a /usr
parent76369bfce7c8a1563aee1f085183e0d0693d248d (diff)
downloadpfsense-732cabc5d77621cec684d85bd5a4f84eb68112ee.zip
pfsense-732cabc5d77621cec684d85bd5a4f84eb68112ee.tar.gz
Rename to interfaces.php
Repocopy following up to this commit.
Diffstat (limited to 'usr')
-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