summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-10 10:32:04 +0000
committerErmal <eri@pfsense.org>2010-06-10 10:32:04 +0000
commit8a4778d31aea942263d5a60ae8d451f350aaabf8 (patch)
treec3ef6656fbdf6b49457763a23d878b4aa391e304 /etc/inc
parent70cc6249028e4c3d4dc2b0906239e22f5a19f8c2 (diff)
downloadpfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.zip
pfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.tar.gz
Add files to obsolete list. Correct permission for renamed(why?) ppp pages.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/priv.defs.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 7c900fe..4e87c2c 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -420,17 +420,17 @@ $priv_list['page-interfacess-lagg']['descr'] = "Edit Interface LAGG";
$priv_list['page-interfacess-lagg']['match'] = array();
$priv_list['page-interfacess-lagg']['match'][] = "interfaces_lagg.php*";
-$priv_list['page-interfaces-ppp-edit'] = array();
-$priv_list['page-interfaces-ppp-edit']['name'] = "WebCfg - Interfaces: PPP: Edit page";
-$priv_list['page-interfaces-ppp-edit']['descr'] = "Allow access to the 'Interfaces: PPP: Edit' page.";
-$priv_list['page-interfaces-ppp-edit']['match'] = array();
-$priv_list['page-interfaces-ppp-edit']['match'][] = "interfaces_ppp_edit.php*";
-
-$priv_list['page-interfaces-ppp'] = array();
-$priv_list['page-interfaces-ppp']['name'] = "WebCfg - Interfaces: PPP page";
-$priv_list['page-interfaces-ppp']['descr'] = "Allow access to the 'Interfaces: PPP' page.";
-$priv_list['page-interfaces-ppp']['match'] = array();
-$priv_list['page-interfaces-ppp']['match'][] = "interfaces_ppp.php*";
+$priv_list['page-interfaces-ppps-edit'] = array();
+$priv_list['page-interfaces-ppps-edit']['name'] = "WebCfg - Interfaces: PPP: Edit page";
+$priv_list['page-interfaces-ppps-edit']['descr'] = "Allow access to the 'Interfaces: PPP: Edit' page.";
+$priv_list['page-interfaces-ppps-edit']['match'] = array();
+$priv_list['page-interfaces-ppps-edit']['match'][] = "interfaces_ppps_edit.php*";
+
+$priv_list['page-interfaces-ppps'] = array();
+$priv_list['page-interfaces-ppps']['name'] = "WebCfg - Interfaces: PPP page";
+$priv_list['page-interfaces-ppps']['descr'] = "Allow access to the 'Interfaces: PPP' page.";
+$priv_list['page-interfaces-ppps']['match'] = array();
+$priv_list['page-interfaces-ppps']['match'][] = "interfaces_ppps.php*";
$priv_list['page-interfaces-groups'] = array();
$priv_list['page-interfaces-groups']['name'] = "WebCfg - Interfaces: Groups page";
OpenPOWER on IntegriCloud