1 |
5262b29a
|
jim-p
|
<?php
|
2 |
|
|
/* Redirector for Contextual Help System
|
3 |
|
|
* (c) 2009 Jim Pingle <jimp@pfsense.org>
|
4 |
|
|
*
|
5 |
|
|
*/
|
6 |
|
|
|
7 |
|
|
/* Define hash of jumpto url maps */
|
8 |
540963fd
|
jim-p
|
|
9 |
|
|
/* Links to categories could probably be more specific. */
|
10 |
5262b29a
|
jim-p
|
$helppages = array(
|
11 |
664efd43
|
jim-p
|
/* These pages are confirmed to work and have usable content */
|
12 |
|
|
'index.php' => 'http://doc.pfsense.org/index.php/Dashboard',
|
13 |
|
|
'license.php' => 'http://www.pfsense.org/index.php?option=com_content&task=view&id=42&Itemid=62',
|
14 |
|
|
'miniupnpd.xml' => 'http://doc.pfsense.org/index.php/What_is_UPNP%3F',
|
15 |
|
|
'status_upnp.php' => 'http://doc.pfsense.org/index.php/What_is_UPNP%3F',
|
16 |
|
|
'firewall_virtual_ip.php' => 'http://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F',
|
17 |
|
|
'firewall_virtual_ip_edit.php' => 'http://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F',
|
18 |
|
|
'firewall_aliases.php' => 'http://doc.pfsense.org/index.php/Aliases',
|
19 |
|
|
'firewall_aliases_edit.php' => 'http://doc.pfsense.org/index.php/Aliases',
|
20 |
|
|
'firewall_aliases_import.php' => 'http://doc.pfsense.org/index.php/Aliases',
|
21 |
|
|
'firewall_nat_out.php' => 'http://doc.pfsense.org/index.php/Outbound_NAT',
|
22 |
|
|
'firewall_nat_out_edit.php' => 'http://doc.pfsense.org/index.php/Outbound_NAT',
|
23 |
|
|
'firewall_rules.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Basics',
|
24 |
|
|
'firewall_rules_edit.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Basics',
|
25 |
|
|
'firewall_rules_schedule_logic.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Schedules',
|
26 |
|
|
'firewall_schedule.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Schedules',
|
27 |
|
|
'firewall_schedule_edit.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Schedules',
|
28 |
|
|
'interfaces_vlan.php' => 'http://doc.pfsense.org/index.php/VLAN_Trunking',
|
29 |
|
|
'interfaces_vlan_edit.php' => 'http://doc.pfsense.org/index.php/VLAN_Trunking',
|
30 |
|
|
'diag_routes.php' => 'http://doc.pfsense.org/index.php/Viewing_Routes',
|
31 |
|
|
'diag_packet_capture.php' => 'http://doc.pfsense.org/index.php/Sniffers,_Packet_Capture',
|
32 |
|
|
'diag_system_pftop.php' => 'http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F#pftop',
|
33 |
|
|
'status_rrd_graph.php' => "http://doc.pfsense.org/index.php/RRD_Graphs",
|
34 |
|
|
'status_rrd_graph_img.php' => "http://doc.pfsense.org/index.php/RRD_Graphs",
|
35 |
|
|
'status_rrd_graph_settings.php' => "http://doc.pfsense.org/index.php/RRD_Graphs",
|
36 |
|
|
'firewall_nat.php' => 'http://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F',
|
37 |
|
|
'firewall_nat_edit.php' => 'http://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F',
|
38 |
4afdaac1
|
jim-p
|
'diag_arp.php' => 'http://doc.pfsense.org/index.php/ARP_Table',
|
39 |
|
|
'diag_backup.php' => 'http://doc.pfsense.org/index.php/Configuration_Backup_and_Restore',
|
40 |
|
|
'diag_confbak.php' => 'http://doc.pfsense.org/index.php/Configuration_History',
|
41 |
79fd4b18
|
jim-p
|
'diag_defaults.php' => 'http://doc.pfsense.org/index.php/Factory_Defaults',
|
42 |
|
|
'firewall_shaper.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
43 |
|
|
'firewall_shaper_edit.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
44 |
|
|
'firewall_shaper_layer7.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
45 |
|
|
'firewall_shaper_queues.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
46 |
|
|
'firewall_shaper_queues_edit.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
47 |
|
|
'firewall_shaper_vinterface.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
48 |
|
|
'firewall_shaper_wizards.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
49 |
|
|
'status_queues.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide',
|
50 |
|
|
'diag_dhcp_leases.php' => 'http://doc.pfsense.org/index.php/DHCP_Leases',
|
51 |
|
|
'diag_dns.php' => 'http://doc.pfsense.org/index.php/DNS_Lookup',
|
52 |
|
|
'diag_dump_states.php' => 'http://doc.pfsense.org/index.php/Show_States',
|
53 |
|
|
'diag_resetstate.php' => 'http://doc.pfsense.org/index.php/Reset_States',
|
54 |
b873ded5
|
jim-p
|
'diag_logs.php' => 'http://doc.pfsense.org/index.php/System_Logs',
|
55 |
|
|
'diag_logs_auth.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs',
|
56 |
|
|
'diag_logs_dhcp.php' => 'http://doc.pfsense.org/index.php/DHCP_Logs',
|
57 |
|
|
'diag_logs_filter.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs',
|
58 |
|
|
'diag_logs_filter_dynamic.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs',
|
59 |
|
|
'diag_logs_filter_summary.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs',
|
60 |
|
|
'diag_logs_ntpd.php' => 'http://doc.pfsense.org/index.php/NTP_Logs',
|
61 |
|
|
'diag_logs_ppp.php' => 'http://doc.pfsense.org/index.php/PPP_Logs',
|
62 |
|
|
'diag_logs_relayd.php' => 'http://doc.pfsense.org/index.php/Load_Balancer_Logs',
|
63 |
|
|
'diag_logs_settings.php' => 'http://doc.pfsense.org/index.php/Log_Settings',
|
64 |
|
|
'diag_logs_slbd.php' => 'http://doc.pfsense.org/index.php/Load_Balancer_Logs',
|
65 |
|
|
'diag_logs_vpn.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Logs',
|
66 |
|
|
'diag_logs_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Logs',
|
67 |
|
|
'diag_logs_openvpn.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Logs',
|
68 |
|
|
'diag_nanobsd.php' => 'http://doc.pfsense.org/index.php/NanoBSD_Diagnostics',
|
69 |
|
|
'diag_patterns.php' => 'http://doc.pfsense.org/index.php/Layer7_Pattern_Diagnostics',
|
70 |
|
|
'diag_ping.php' => 'http://doc.pfsense.org/index.php/Ping_Host',
|
71 |
|
|
'diag_pkglogs.php' => 'http://doc.pfsense.org/index.php/Package_Logs',
|
72 |
|
|
'diag_showbogons.php' => 'http://doc.pfsense.org/index.php/Show_Bogons',
|
73 |
|
|
'diag_system_activity.php' => 'http://doc.pfsense.org/index.php/System_Activity',
|
74 |
|
|
'diag_traceroute.php' => 'http://doc.pfsense.org/index.php/Traceroute',
|
75 |
|
|
'easyrule.php' => 'http://doc.pfsense.org/index.php/Easy_Rule',
|
76 |
|
|
'edit.php' => 'http://doc.pfsense.org/index.php/Edit_File',
|
77 |
|
|
'exec.php' => 'http://doc.pfsense.org/index.php/Execute_Command',
|
78 |
|
|
'firewall_nat_1to1.php' => 'http://doc.pfsense.org/index.php/1:1_NAT',
|
79 |
|
|
'firewall_nat_1to1_edit.php' => 'http://doc.pfsense.org/index.php/1:1_NAT',
|
80 |
|
|
'halt.php' => 'http://doc.pfsense.org/index.php/Halt_System',
|
81 |
|
|
'reboot.php' => 'http://doc.pfsense.org/index.php/Reboot_System',
|
82 |
|
|
'status_filter_reload.php' => 'http://doc.pfsense.org/index.php/Filter_Reload_Status',
|
83 |
|
|
'status_gateway_groups.php' => 'http://doc.pfsense.org/index.php/Gateway_Status',
|
84 |
|
|
'status_gateways.php' => 'http://doc.pfsense.org/index.php/Gateway_Status',
|
85 |
|
|
'status_graph.php' => 'http://doc.pfsense.org/index.php/Traffic_Graph',
|
86 |
|
|
'status_graph_cpu.php' => 'http://doc.pfsense.org/index.php/CPU_Load',
|
87 |
|
|
'status_interfaces.php' => 'http://doc.pfsense.org/index.php/Interface_Status',
|
88 |
|
|
'status_services.php' => 'http://doc.pfsense.org/index.php/Services_Status',
|
89 |
|
|
'status_wireless.php' => 'http://doc.pfsense.org/index.php/Wireless_Status',
|
90 |
|
|
'pkg_mgr.php' => 'http://doc.pfsense.org/index.php/Package_Manager',
|
91 |
|
|
'pkg_mgr_install.php' => 'http://doc.pfsense.org/index.php/Package_Manager',
|
92 |
|
|
'pkg_mgr_installed.php' => 'http://doc.pfsense.org/index.php/Package_Manager',
|
93 |
|
|
'pkg_mgr_settings.php' => 'http://doc.pfsense.org/index.php/Package_Manager_Settings',
|
94 |
cde575e0
|
jim-p
|
'interfaces.php' => 'http://doc.pfsense.org/index.php/Interface_Settings',
|
95 |
|
|
'interfaces_assign.php' => 'http://doc.pfsense.org/index.php/Assign_Interfaces',
|
96 |
|
|
'interfaces_bridge.php' => 'http://doc.pfsense.org/index.php/Interface_Bridges',
|
97 |
|
|
'interfaces_bridge_edit.php' => 'http://doc.pfsense.org/index.php/Interface_Bridges',
|
98 |
|
|
'interfaces_gif.php' => 'http://doc.pfsense.org/index.php/GIF_Interfaces',
|
99 |
|
|
'interfaces_gif_edit.php' => 'http://doc.pfsense.org/index.php/GIF_Interfaces',
|
100 |
|
|
'interfaces_gre.php' => 'http://doc.pfsense.org/index.php/GRE_Interfaces',
|
101 |
|
|
'interfaces_gre_edit.php' => 'http://doc.pfsense.org/index.php/GRE_Interfaces',
|
102 |
|
|
'interfaces_groups.php' => 'http://doc.pfsense.org/index.php/Interface_Groups',
|
103 |
|
|
'interfaces_groups_edit.php' => 'http://doc.pfsense.org/index.php/Interface_Groups',
|
104 |
|
|
'interfaces_lagg.php' => 'http://doc.pfsense.org/index.php/LAGG_Interfaces',
|
105 |
|
|
'interfaces_lagg_edit.php' => 'http://doc.pfsense.org/index.php/LAGG_Interfaces',
|
106 |
|
|
'interfaces_ppp.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces',
|
107 |
|
|
'interfaces_ppp_edit.php' => 'http://doc.pfsense.org/index.php/PPP_Interfaces',
|
108 |
|
|
'interfaces_qinq.php' => 'http://doc.pfsense.org/index.php/QinQ_Interfaces',
|
109 |
|
|
'interfaces_qinq_edit.php' => 'http://doc.pfsense.org/index.php/QinQ_Interfaces',
|
110 |
56f86399
|
jim-p
|
'services_dyndns.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS',
|
111 |
|
|
'services_dyndns_edit.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS',
|
112 |
|
|
'services_rfc2136.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS',
|
113 |
|
|
'services_rfc2136_edit.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS',
|
114 |
|
|
'services_dhcp.php' => 'http://doc.pfsense.org/index.php/DHCP_Server',
|
115 |
|
|
'services_dhcp_edit.php' => 'http://doc.pfsense.org/index.php/DHCP_Server',
|
116 |
|
|
'services_dhcp_relay.php' => 'http://doc.pfsense.org/index.php/DHCP_Relay',
|
117 |
|
|
'services_dnsmasq.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder',
|
118 |
|
|
'services_dnsmasq_domainoverride_edit.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder',
|
119 |
|
|
'services_dnsmasq_edit.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder',
|
120 |
|
|
'services_igmpproxy.php' => 'http://doc.pfsense.org/index.php/IGMP_Proxy',
|
121 |
|
|
'services_igmpproxy_edit.php' => 'http://doc.pfsense.org/index.php/IGMP_Proxy',
|
122 |
|
|
'services_snmp.php' => 'http://doc.pfsense.org/index.php/SNMP_Daemon',
|
123 |
|
|
'services_wol.php' => 'http://doc.pfsense.org/index.php/Wake_on_LAN',
|
124 |
|
|
'services_wol_edit.php' => 'http://doc.pfsense.org/index.php/Wake_on_LAN',
|
125 |
|
|
'routed/routed.xml' => 'http://doc.pfsense.org/index.php/Routing_Information_Protocol_(RIP)', # RIP
|
126 |
|
|
'system.php' => 'http://doc.pfsense.org/index.php/General_Setup_(2.0)',
|
127 |
|
|
'system_advanced_admin.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)',
|
128 |
|
|
'system_advanced_firewall.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT',
|
129 |
|
|
'system_advanced_misc.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Miscellaneous',
|
130 |
|
|
'system_advanced_network.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT',
|
131 |
|
|
'system_advanced_notifications.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Notifications',
|
132 |
|
|
'system_advanced_sysctl.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#System_Tunables',
|
133 |
|
|
'system_advanced.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(1.2.x)', # 1.2.x only
|
134 |
|
|
'system_advanced_create_certs.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(1.2.x)', # 1.2.x only
|
135 |
387d2afe
|
jim-p
|
'system_firmware.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates',
|
136 |
|
|
'system_firmware_auto.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates',
|
137 |
|
|
'system_firmware_check.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates',
|
138 |
|
|
'system_firmware_settings.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates',
|
139 |
|
|
'system_gateway_groups.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings',
|
140 |
|
|
'system_gateway_groups_edit.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings',
|
141 |
|
|
'system_gateways.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings',
|
142 |
|
|
'system_gateways_edit.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings',
|
143 |
|
|
'system_gateways_settings.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings',
|
144 |
|
|
'system_routes.php' => 'http://doc.pfsense.org/index.php/Static_Routes',
|
145 |
|
|
'system_routes_edit.php' => 'http://doc.pfsense.org/index.php/Static_Routes',
|
146 |
c5ee0e21
|
jim-p
|
'system_authservers.php' => 'http://doc.pfsense.org/index.php/User_Authentication_Servers',
|
147 |
|
|
'system_groupmanager.php' => 'http://doc.pfsense.org/index.php/Group_Manager',
|
148 |
|
|
'system_groupmanager_addprivs.php' => 'http://doc.pfsense.org/index.php/Group_Manager',
|
149 |
|
|
'system_usermanager.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
150 |
|
|
'system_usermanager_addcert.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
151 |
|
|
'system_usermanager_addprivs.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
152 |
|
|
'system_usermanager_settings.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
153 |
|
|
'system_usermanager_settings_ldapacpicker.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
154 |
|
|
'system_usermanager_settings_test.php' => 'http://doc.pfsense.org/index.php/User_Manager',
|
155 |
|
|
'system_camanager.php' => 'http://doc.pfsense.org/index.php/Certificate_Management',
|
156 |
|
|
'system_certmanager.php' => 'http://doc.pfsense.org/index.php/Certificate_Management',
|
157 |
|
|
'vpn_l2tp.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings',
|
158 |
|
|
'vpn_l2tp_users.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings',
|
159 |
|
|
'vpn_l2tp_users_edit.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings',
|
160 |
|
|
'vpn_pppoe.php' => 'http://doc.pfsense.org/index.php/PPPoE_Server_Settings',
|
161 |
|
|
'vpn_pppoe_users.php' => 'http://doc.pfsense.org/index.php/PPPoE_Server_Settings',
|
162 |
|
|
'vpn_pppoe_users_edit.php' => 'http://doc.pfsense.org/index.php/PPPoE_Server_Settings',
|
163 |
|
|
'vpn_pptp.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings',
|
164 |
|
|
'vpn_pptp_users.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings',
|
165 |
|
|
'vpn_pptp_users_edit.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings',
|
166 |
|
|
'olsrd.xml' => 'http://doc.pfsense.org/index.php/OLSR_Daemon',
|
167 |
|
|
'openntpd.xml' => 'http://doc.pfsense.org/index.php/NTP_Server_(OpenNTPD)',
|
168 |
ba3e5c6c
|
jim-p
|
'diag_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Status',
|
169 |
|
|
'diag_ipsec_sad.php' => 'http://doc.pfsense.org/index.php/IPsec_Status',
|
170 |
|
|
'diag_ipsec_spd.php' => 'http://doc.pfsense.org/index.php/IPsec_Status',
|
171 |
|
|
'vpn_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
172 |
|
|
'vpn_ipsec_mobile.php' => 'http://doc.pfsense.org/index.php/IPsec_Mobile_Clients',
|
173 |
|
|
'vpn_ipsec_phase1.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
174 |
|
|
'vpn_ipsec_phase2.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
175 |
|
|
/* These last few IPsec files seem to be from 1.2.x only */
|
176 |
|
|
'vpn_ipsec_ca.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
177 |
|
|
'vpn_ipsec_ca_edit.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
178 |
|
|
'vpn_ipsec_ca_edit_create_cert.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
179 |
|
|
'vpn_ipsec_edit.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
180 |
|
|
'vpn_ipsec_keys.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
181 |
|
|
'vpn_ipsec_keys_edit.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels',
|
182 |
b6cd2248
|
jim-p
|
'services_captiveportal.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
183 |
|
|
'services_captiveportal_filemanager.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
184 |
|
|
'services_captiveportal_ip.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
185 |
|
|
'services_captiveportal_ip_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
186 |
|
|
'services_captiveportal_mac.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
187 |
|
|
'services_captiveportal_mac_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal',
|
188 |
|
|
'status_captiveportal.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Status',
|
189 |
|
|
'status_captiveportal_test.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Status',
|
190 |
|
|
'services_captiveportal_users.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only
|
191 |
|
|
'services_captiveportal_users_edit.php' => 'http://doc.pfsense.org/index.php/Category:Captive_Portal', # 1.2.x only
|
192 |
56f86399
|
jim-p
|
'services_captiveportal_vouchers.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers',
|
193 |
|
|
'services_captiveportal_vouchers_edit.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers',
|
194 |
|
|
'status_captiveportal_voucher_rolls.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers',
|
195 |
|
|
'status_captiveportal_vouchers.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Vouchers',
|
196 |
b6cd2248
|
jim-p
|
'status_openvpn.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Status',
|
197 |
|
|
'vpn_openvpn_client.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings',
|
198 |
|
|
'vpn_openvpn_csc.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings',
|
199 |
|
|
'vpn_openvpn_server.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Settings',
|
200 |
|
|
'openvpn-client-export.xml' => 'http://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */
|
201 |
|
|
'vpn_openvpn_export.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */
|
202 |
|
|
/* These last few OpenVPN files seem to be from 1.2.x only */
|
203 |
664efd43
|
jim-p
|
'vpn_openvpn.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
204 |
|
|
'vpn_openvpn_ccd.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
205 |
|
|
'vpn_openvpn_ccd_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
206 |
|
|
'vpn_openvpn_cli.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
207 |
|
|
'vpn_openvpn_cli_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
208 |
|
|
'vpn_openvpn_create_certs.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
209 |
|
|
'vpn_openvpn_crl.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
210 |
|
|
'vpn_openvpn_crl_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
211 |
|
|
'vpn_openvpn_srv.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
212 |
|
|
'vpn_openvpn_srv_edit.php' => 'http://doc.pfsense.org/index.php/Category:OpenVPN',
|
213 |
540963fd
|
jim-p
|
|
214 |
b6cd2248
|
jim-p
|
/* Below here are pages that may need some cleanup or have not been fully looked at yet */
|
215 |
540963fd
|
jim-p
|
|
216 |
664efd43
|
jim-p
|
'carp_status.php' => 'http://doc.pfsense.org/index.php/Category:CARP',
|
217 |
|
|
'carp.xml' => 'http://doc.pfsense.org/index.php/Category:CARP',
|
218 |
|
|
'carp_settings.xml' => 'http://doc.pfsense.org/index.php/Category:CARP',
|
219 |
540963fd
|
jim-p
|
|
220 |
664efd43
|
jim-p
|
'load_balancer_monitor.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
221 |
|
|
'load_balancer_monitor_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
222 |
|
|
'load_balancer_pool.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
223 |
|
|
'load_balancer_pool_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
224 |
|
|
'load_balancer_relay_action.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
225 |
|
|
'load_balancer_relay_action_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
226 |
|
|
'load_balancer_relay_protocol.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
227 |
|
|
'load_balancer_relay_protocol_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
228 |
|
|
'load_balancer_virtual_server.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
229 |
|
|
'load_balancer_virtual_server_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
230 |
|
|
'status_slbd_pool.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
231 |
|
|
'status_slbd_vs.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing',
|
232 |
1fdc32e4
|
jim-p
|
|
233 |
|
|
|
234 |
664efd43
|
jim-p
|
/* From here down are packages. Not checking these as strictly,
|
235 |
|
|
any information is better than nothing. */
|
236 |
|
|
'autoconfigbackup.xml' => 'http://doc.pfsense.org/index.php/AutoConfigBackup',
|
237 |
|
|
'phpservice.xml' => 'http://doc.pfsense.org/index.php/PHPService',
|
238 |
|
|
'anyterm.xml' => 'http://doc.pfsense.org/index.php/AnyTerm_package',
|
239 |
|
|
'avahi.xml' => 'http://doc.pfsense.org/index.php/Avahi_package',
|
240 |
|
|
'squid.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
241 |
|
|
'squid_auth.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
242 |
|
|
'squid_cache.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
243 |
|
|
'squid_extauth.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
244 |
|
|
'squid_nac.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
245 |
|
|
'squid_ng.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
246 |
|
|
'squid_traffic.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
247 |
|
|
'squid_upstream.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
248 |
|
|
'squid_users.xml' => 'http://doc.pfsense.org/index.php/Category:Squid',
|
249 |
|
|
'squidGuard.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
250 |
|
|
'squidguard.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
251 |
|
|
'squidguard_acl.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
252 |
|
|
'squidguard_default.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
253 |
|
|
'squidguard_dest.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
254 |
|
|
'squidguard_log.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
255 |
|
|
'squidguard_rewr.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
256 |
|
|
'squidguard_time.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package',
|
257 |
|
|
'bandwidthd.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
258 |
|
|
'pfflowd.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
259 |
|
|
'darkstat.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
260 |
|
|
'rate.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
261 |
|
|
'ntop.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
262 |
|
|
'vnstat.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F",
|
263 |
|
|
'widentd.xml' => 'http://doc.pfsense.org/index.php/Widentd_package',
|
264 |
|
|
'tinydns.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package',
|
265 |
|
|
'tinydns_domains.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package',
|
266 |
|
|
'tinydns_sync.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package',
|
267 |
|
|
'blinkled.xml' => 'http://doc.pfsense.org/index.php/BlinkLED_Package',
|
268 |
|
|
'freeswitch.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH',
|
269 |
|
|
'freeswitch_modules.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH',
|
270 |
|
|
'dialplan.default.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH',
|
271 |
|
|
'dialplan.public.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH',
|
272 |
|
|
'havp.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
273 |
|
|
'havp_avset.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
274 |
|
|
'havp_blacklist.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
275 |
|
|
'havp_fscan.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
276 |
|
|
'havp_trans_exclude.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
277 |
|
|
'havp_whitelist.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning',
|
278 |
|
|
'snort.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package',
|
279 |
|
|
'snort_advanced.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package',
|
280 |
|
|
'snort_define_servers.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package',
|
281 |
|
|
'snort_threshold.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package',
|
282 |
|
|
'snort_whitelist.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package',
|
283 |
|
|
'stunnel.xml' => 'http://doc.pfsense.org/index.php/Stunnel_package',
|
284 |
|
|
'stunnel_certs.xml' => 'http://doc.pfsense.org/index.php/Stunnel_package',
|
285 |
|
|
'openbgpd.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package',
|
286 |
|
|
'openbgpd_groups.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package',
|
287 |
|
|
'openbgpd_neighbors.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package',
|
288 |
|
|
'iperf.xml' => 'http://doc.pfsense.org/index.php/Iperf_package',
|
289 |
|
|
'iperfserver.xml' => 'http://doc.pfsense.org/index.php/Iperf_package',
|
290 |
|
|
'jail_template.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package',
|
291 |
|
|
'jailctl.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package',
|
292 |
|
|
'jailctl.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package',
|
293 |
|
|
'jailctl_defaults.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package',
|
294 |
|
|
'jailctl_settings.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package',
|
295 |
|
|
'siproxd.xml' => 'http://doc.pfsense.org/index.php/Siproxd_package',
|
296 |
|
|
'siproxdusers.xml' => 'http://doc.pfsense.org/index.php/Siproxd_package',
|
297 |
|
|
'open-vm-tools.xml' => 'http://doc.pfsense.org/index.php/Open_VM_Tools_package',
|
298 |
|
|
'arping.xml' => 'http://doc.pfsense.org/index.php/Arping_package',
|
299 |
540963fd
|
jim-p
|
|
300 |
5262b29a
|
jim-p
|
);
|
301 |
|
|
|
302 |
|
|
/*
|
303 |
|
|
Filename list (2.0 box as of 2009-11-15), entries with help maps should be
|
304 |
|
|
removed. Also, files which cannot normally be accessed by a user can
|
305 |
|
|
be removed.(e.g. xmlrpc.php)
|
306 |
|
|
|
307 |
|
|
Below this is a list of .xml files from built-in and add-on packages
|
308 |
|
|
|
309 |
56f86399
|
jim-p
|
|
310 |
5262b29a
|
jim-p
|
|
311 |
|
|
Package .xml files (some may not be needed)
|
312 |
c45ca271
|
jim-p
|
'apache_mod_security.xml' => '',
|
313 |
|
|
'apache_mod_security_settings.xml' => '',
|
314 |
|
|
'arpwatch.xml' => '',
|
315 |
|
|
'assp.xml' => '',
|
316 |
|
|
'backup.xml' => '',
|
317 |
|
|
'bsdstats.xml' => '',
|
318 |
|
|
'cron.xml' => '',
|
319 |
|
|
'ddns.xml' => '',
|
320 |
|
|
'denyhosts.xml' => '',
|
321 |
|
|
'dnsblacklist.xml' => '',
|
322 |
|
|
'dyntables.xml' => '',
|
323 |
|
|
'fit123.xml' => '',
|
324 |
|
|
'freeradius.xml' => '',
|
325 |
|
|
'freeradiusclients.xml' => '',
|
326 |
|
|
'freeradiussettings.xml' => '',
|
327 |
|
|
'frickin.xml' => '',
|
328 |
|
|
'haproxy.xml' => '',
|
329 |
|
|
'hula.xml' => '',
|
330 |
|
|
'ifdepd.xml' => '',
|
331 |
|
|
'ifstated.xml' => '',
|
332 |
|
|
'igmpproxy.xml' => '',
|
333 |
|
|
'imspector.xml' => '',
|
334 |
|
|
'lcdproc.xml' => '',
|
335 |
|
|
'lcdproc_screens.xml' => '',
|
336 |
|
|
'lightsquid.xml' => '',
|
337 |
|
|
'messages_de.xml' => '',
|
338 |
|
|
'messages_en.xml' => '',
|
339 |
|
|
'mtr-nox11.xml' => '',
|
340 |
|
|
'netio-newpkg.xml' => '',
|
341 |
|
|
'netio.xml' => '',
|
342 |
|
|
'netioserver-newpkg.xml' => '',
|
343 |
|
|
'netioserver.xml' => '',
|
344 |
|
|
'new_zone_wizard.xml' => '',
|
345 |
|
|
'nmap.xml' => '',
|
346 |
|
|
'notes.xml' => '',
|
347 |
|
|
'nrpe2.xml' => '',
|
348 |
|
|
'nut.xml' => '',
|
349 |
|
|
'per-user-bandwidth-distribution.xml' => '',
|
350 |
|
|
'pfstat.xml' => '',
|
351 |
|
|
'phpmrss.xml' => '',
|
352 |
|
|
'phpsysinfo.xml' => '',
|
353 |
|
|
'powerdns.xml' => '',
|
354 |
|
|
'pure-ftpd.xml' => '',
|
355 |
|
|
'pure-ftpdsettings.xml' => '',
|
356 |
|
|
'quagga.xml' => '',
|
357 |
|
|
'routed.xml' => '',
|
358 |
|
|
'shellcmd.xml' => '',
|
359 |
|
|
'spamd.xml' => '',
|
360 |
|
|
'spamd_outlook.xml' => '',
|
361 |
|
|
'spamd_settings.xml' => '',
|
362 |
|
|
'spamd_whitelist.xml' => '',
|
363 |
|
|
'sshterm.xml' => '',
|
364 |
|
|
'tftp.xml' => '',
|
365 |
|
|
'upclient.xml' => '',
|
366 |
|
|
'viralator.xml' => '',
|
367 |
|
|
'zabbix-agent.xml' => '',
|
368 |
5262b29a
|
jim-p
|
|
369 |
|
|
*/
|
370 |
|
|
|
371 |
|
|
$pagename = "";
|
372 |
|
|
/* Check for parameter "page". */
|
373 |
|
|
if ($_GET && isset($_GET['page'])) {
|
374 |
|
|
$pagename = $_GET['page'];
|
375 |
|
|
}
|
376 |
|
|
|
377 |
|
|
/* If "page" is not found, check referring URL */
|
378 |
|
|
if (empty($pagename)) {
|
379 |
|
|
/* Attempt to parse out filename */
|
380 |
|
|
$uri_split = "";
|
381 |
|
|
preg_match("/\/(.*)\?(.*)/", $_SERVER["HTTP_REFERER"], $uri_split);
|
382 |
|
|
|
383 |
|
|
/* If there was no match, there were no parameters, just grab the filename
|
384 |
|
|
Otherwise, use the matched filename from above. */
|
385 |
|
|
if (empty($uri_split[0])) {
|
386 |
|
|
$pagename = ltrim($_SERVER["HTTP_REFERER"], '/');
|
387 |
|
|
} else {
|
388 |
|
|
$pagename = $uri_split[1];
|
389 |
|
|
}
|
390 |
|
|
|
391 |
|
|
/* If the page name is still empty, the user must have requested / (index.php) */
|
392 |
|
|
if (empty($pagename)) {
|
393 |
|
|
$pagename = "index.php";
|
394 |
|
|
}
|
395 |
|
|
|
396 |
|
|
/* If the filename is pkg_edit.php or wizard.php, reparse looking
|
397 |
a9c0ebfe
|
jim-p
|
for the .xml filename */
|
398 |
b873ded5
|
jim-p
|
if (($pagename == "pkg.php") || ($pagename == "pkg_edit.php") || ($pagename == "wizard.php")) {
|
399 |
5262b29a
|
jim-p
|
$param_split = explode('&', $uri_split[2]);
|
400 |
|
|
foreach ($param_split as $param) {
|
401 |
|
|
if (substr($param, 0, 4) == "xml=") {
|
402 |
|
|
$xmlfile = explode('=', $param);
|
403 |
|
|
$pagename = $xmlfile[1];
|
404 |
|
|
}
|
405 |
|
|
}
|
406 |
|
|
}
|
407 |
|
|
}
|
408 |
|
|
|
409 |
|
|
/* Using the derived page name, attempt to find in the URL mapping hash */
|
410 |
|
|
if (array_key_exists($pagename, $helppages)) {
|
411 |
|
|
$helppage = $helppages[$pagename];
|
412 |
|
|
}
|
413 |
|
|
|
414 |
|
|
/* If we haven't determined a proper page, use a generic help page
|
415 |
664efd43
|
jim-p
|
stating that a given page does not have help yet. */
|
416 |
5262b29a
|
jim-p
|
|
417 |
|
|
if (empty($helppage)) {
|
418 |
|
|
$helppage = "http://doc.pfsense.org/index.php/No_Help_Found";
|
419 |
|
|
|
420 |
|
|
}
|
421 |
|
|
|
422 |
|
|
/* Redirect to help page. */
|
423 |
|
|
header("Location: {$helppage}");
|
424 |
|
|
|
425 |
|
|
?>
|