diff options
author | jim-p <jim@pingle.org> | 2009-11-24 22:13:04 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-11-24 22:14:00 -0500 |
commit | b6cd22487a3bac77d5f604aabd6ab607877177d7 (patch) | |
tree | b9a9aa65a023f63636eecc15a1544be925826036 /usr/local/www | |
parent | 7ab2b6886ece5c982692c2ebd0d7161ed322cb7c (diff) | |
download | pfsense-b6cd22487a3bac77d5f604aabd6ab607877177d7.zip pfsense-b6cd22487a3bac77d5f604aabd6ab607877177d7.tar.gz |
Help page (re)mapping.
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/help.php | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/usr/local/www/help.php b/usr/local/www/help.php index f12358d..a379753 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -179,20 +179,27 @@ $helppages = array( 'vpn_ipsec_edit.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels', 'vpn_ipsec_keys.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels', 'vpn_ipsec_keys_edit.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels', - + 'services_captiveportal.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_filemanager.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_ip.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_ip_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_mac.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_mac_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', + 'status_captiveportal.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Status', + 'status_captiveportal_test.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Status', + 'services_captiveportal_users.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only + 'services_captiveportal_users_edit.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only 'services_captiveportal_vouchers.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers', 'services_captiveportal_vouchers_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers', 'status_captiveportal_voucher_rolls.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers', 'status_captiveportal_vouchers.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers', - - /* Below here are pages that may need some cleanup or have not been fully looked at yet */ - - 'status_openvpn.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', - 'vpn_openvpn_client.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', - 'vpn_openvpn_csc.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', - 'vpn_openvpn_server.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', - 'openvpn-client-export.xml' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', /* Package */ - /* These seem to be from 1.2.x only */ + 'status_openvpn.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Status', + 'vpn_openvpn_client.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings', + 'vpn_openvpn_csc.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings', + 'vpn_openvpn_server.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings', + 'openvpn-client-export.xml' => 'http://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */ + 'vpn_openvpn_export.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */ + /* These last few OpenVPN files seem to be from 1.2.x only */ 'vpn_openvpn.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', 'vpn_openvpn_ccd.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', 'vpn_openvpn_ccd_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', @@ -204,16 +211,7 @@ $helppages = array( 'vpn_openvpn_srv.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', 'vpn_openvpn_srv_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN', - 'services_captiveportal.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_filemanager.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_ip.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_ip_edit.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_mac.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_mac_edit.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'services_captiveportal_users.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only - 'services_captiveportal_users_edit.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only - 'status_captiveportal.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', - 'status_captiveportal_test.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', + /* Below here are pages that may need some cleanup or have not been fully looked at yet */ 'carp_status.php' => 'http://doc.pfsense.org/index.php/Category:CARP', 'carp.xml' => 'http://doc.pfsense.org/index.php/Category:CARP', |