summaryrefslogtreecommitdiffstats
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
parent70cc6249028e4c3d4dc2b0906239e22f5a19f8c2 (diff)
downloadpfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.zip
pfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.tar.gz
Add files to obsolete list. Correct permission for renamed(why?) ppp pages.
-rw-r--r--etc/inc/priv.defs.inc22
-rw-r--r--etc/pfSense.obsoletedfiles2
-rw-r--r--usr/local/www/help.php4
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',
OpenPOWER on IntegriCloud