diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-30 20:21:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-30 20:21:03 +0000 |
commit | 270317025732f6e0458c043bda9ddd16af547ce0 (patch) | |
tree | 62264a5bb85d302affc1dfdbcd4c33d00b477ea7 /usr/local | |
parent | 3818935a3d67a151ca549b1383d1ea35bb146e15 (diff) | |
download | pfsense-270317025732f6e0458c043bda9ddd16af547ce0.zip pfsense-270317025732f6e0458c043bda9ddd16af547ce0.tar.gz |
Hook PPPoE server into menu system
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/fbegin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index e240784..7a9c120 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -97,6 +97,7 @@ require_once("notices.inc"); <ul class="subdrop"> <li><a href="/vpn_ipsec.php" class="navlnk">IPsec</a></li> <li><a href="/vpn_pptp.php" class="navlnk">PPTP</a></li> + <li><a href="/vpn_pppoe.php" class="navlnk">PPPoE</a></li> <?php echo return_ext_menu("VPN"); ?> </ul> </li> |