diff options
author | jim-p <jimp@pfsense.org> | 2015-11-25 09:36:16 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-11-25 09:49:15 -0500 |
commit | 6fe71670f008f42573b51dd0d32e3928cc9bd378 (patch) | |
tree | 121afdb9bafe238d39d8eaf6bc4c99c71050ba15 /src | |
parent | 4209ca8d5c7fe21b9beac0e55a9cd4a868cd06a2 (diff) | |
download | pfsense-6fe71670f008f42573b51dd0d32e3928cc9bd378.zip pfsense-6fe71670f008f42573b51dd0d32e3928cc9bd378.tar.gz |
Jettison this, service is no longer relevant.
Diffstat (limited to 'src')
-rw-r--r-- | src/etc/inc/priv/user.priv.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/inc/priv/user.priv.inc b/src/etc/inc/priv/user.priv.inc index cc72a87..1e056ba 100644 --- a/src/etc/inc/priv/user.priv.inc +++ b/src/etc/inc/priv/user.priv.inc @@ -62,10 +62,6 @@ $priv_list['user-l2tp-dialin'] = array(); $priv_list['user-l2tp-dialin']['name'] = gettext("User - VPN - L2TP Dialin"); $priv_list['user-l2tp-dialin']['descr'] = gettext("Indicates whether the user is allowed to dial in via L2TP"); -$priv_list['user-pptp-dialin'] = array(); -$priv_list['user-pptp-dialin']['name'] = gettext("User - VPN - PPTP Dialin"); -$priv_list['user-pptp-dialin']['descr'] = gettext("Indicates whether the user is allowed to dial in via PPTP"); - $priv_list['user-pppoe-dialin'] = array(); $priv_list['user-pppoe-dialin']['name'] = gettext("User - VPN - PPPOE Dialin"); $priv_list['user-pppoe-dialin']['descr'] = gettext("Indicates whether the user is allowed to dial in via PPPOE"); |