diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-06-18 19:28:18 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-06-18 19:28:18 +0000 |
commit | 047cb829ed8b029c481a6204697068b85a1a3a93 (patch) | |
tree | faf4edce8536a3ce443696286d04b15b0425567d /usr/local/www/vpn_l2tp.php | |
parent | 72bd8df5aa002c8982c026b077bab808881ae939 (diff) | |
download | pfsense-047cb829ed8b029c481a6204697068b85a1a3a93.zip pfsense-047cb829ed8b029c481a6204697068b85a1a3a93.tar.gz |
Add propper access control to L2TP pages.
Diffstat (limited to 'usr/local/www/vpn_l2tp.php')
-rw-r--r-- | usr/local/www/vpn_l2tp.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/vpn_l2tp.php b/usr/local/www/vpn_l2tp.php index 3c6cdea..0c0336e 100644 --- a/usr/local/www/vpn_l2tp.php +++ b/usr/local/www/vpn_l2tp.php @@ -28,6 +28,13 @@ POSSIBILITY OF SUCH DAMAGE. */ +##|+PRIV +##|*IDENT=page-vpn-vpnl2tp +##|*NAME=VPN: VPN L2TP page +##|*DESCR=Allow access to the 'VPN: VPN L2TP' page. +##|*MATCH=vpn_l2tp.php* +##|-PRIV + $pgtitle = array(gettext("VPN"), gettext("L2TP"), gettext("L2TP")); require("guiconfig.inc"); |