From 8a4778d31aea942263d5a60ae8d451f350aaabf8 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 10 Jun 2010 10:32:04 +0000 Subject: Add files to obsolete list. Correct permission for renamed(why?) ppp pages. --- etc/inc/priv.defs.inc | 22 +++++++++++----------- etc/pfSense.obsoletedfiles | 2 ++ usr/local/www/help.php | 4 ++-- 3 files changed, 15 insertions(+), 13 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"; diff --git a/etc/pfSense.obsoletedfiles b/etc/pfSense.obsoletedfiles index 1e1b119..3efbb16 100644 --- a/etc/pfSense.obsoletedfiles +++ b/etc/pfSense.obsoletedfiles @@ -5,6 +5,8 @@ /usr/local/www/interfaces_wan.php /usr/local/www/interfaces_lan.php /usr/local/www/interfaces_opt.php +/usr/local/www/interfaces_ppp.php +/usr/local/www/interfaces_ppp_edit.php /usr/local/www/interfaces_wlan.inc /usr/local/www/ifstats.cgi /usr/local/www/easyrule.inc diff --git a/usr/local/www/help.php b/usr/local/www/help.php index e5ac529..515cfee 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -102,8 +102,8 @@ $helppages = array( 'interfaces_groups_edit.php' => 'http://doc.pfsense.org/index.php/Interface_Groups', 'interfaces_lagg.php' => 'http://doc.pfsense.org/index.php/LAGG_Interfaces', 'interfaces_lagg_edit.php' => 'http://doc.pfsense.org/index.php/LAGG_Interfaces', - 'interfaces_ppp.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces', - 'interfaces_ppp_edit.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces', + 'interfaces_ppps.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces', + 'interfaces_ppps_edit.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces', 'interfaces_qinq.php' => 'http://doc.pfsense.org/index.php/QinQ_Interfaces', 'interfaces_qinq_edit.php' => 'http://doc.pfsense.org/index.php/QinQ_Interfaces', 'services_dyndns.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS', -- cgit v1.1