diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-09-08 21:34:44 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-09-08 21:34:44 +0000 |
commit | 732cabc5d77621cec684d85bd5a4f84eb68112ee (patch) | |
tree | 99a0e6afd96afc23db78ed2e419dd42ad0f2067a /usr | |
parent | 76369bfce7c8a1563aee1f085183e0d0693d248d (diff) | |
download | pfsense-732cabc5d77621cec684d85bd5a4f84eb68112ee.zip pfsense-732cabc5d77621cec684d85bd5a4f84eb68112ee.tar.gz |
Rename to interfaces.php
Repocopy following up to this commit.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
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> |