diff options
author | Ermal <eri@pfsense.org> | 2010-06-10 10:32:04 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-06-10 10:32:04 +0000 |
commit | 8a4778d31aea942263d5a60ae8d451f350aaabf8 (patch) | |
tree | c3ef6656fbdf6b49457763a23d878b4aa391e304 /usr/local/www | |
parent | 70cc6249028e4c3d4dc2b0906239e22f5a19f8c2 (diff) | |
download | pfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.zip pfsense-8a4778d31aea942263d5a60ae8d451f350aaabf8.tar.gz |
Add files to obsolete list. Correct permission for renamed(why?) ppp pages.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/help.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |