From 2dd9b1203856a9705bd268acb8ee5cd0c3148502 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 4 Oct 2013 08:38:36 -0400 Subject: Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations. --- usr/local/www/help.php | 570 ++++++++++++++++++++++++------------------------- 1 file changed, 285 insertions(+), 285 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/help.php b/usr/local/www/help.php index 4f79fea..7c5b9db 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -11,301 +11,301 @@ require_once("guiconfig.inc"); /* Links to categories could probably be more specific. */ $helppages = array( /* These pages are confirmed to work and have usable content */ - 'index.php' => 'http://doc.pfsense.org/index.php/Dashboard', + 'index.php' => 'https://doc.pfsense.org/index.php/Dashboard', 'license.php' => 'http://www.pfsense.org/index.php@option=com_content&task=view&id=42&Itemid=62.html', - 'miniupnpd.xml' => 'http://doc.pfsense.org/index.php/What_is_UPNP%3F', - 'status_upnp.php' => 'http://doc.pfsense.org/index.php/What_is_UPNP%3F', - 'firewall_virtual_ip.php' => 'http://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F', - 'firewall_virtual_ip_edit.php' => 'http://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F', - 'firewall_aliases.php' => 'http://doc.pfsense.org/index.php/Aliases', - 'firewall_aliases_edit.php' => 'http://doc.pfsense.org/index.php/Aliases', - 'firewall_aliases_import.php' => 'http://doc.pfsense.org/index.php/Aliases', - 'firewall_nat_out.php' => 'http://doc.pfsense.org/index.php/Outbound_NAT', - 'firewall_nat_out_edit.php' => 'http://doc.pfsense.org/index.php/Outbound_NAT', - 'firewall_rules.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Basics', - 'firewall_rules_edit.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Basics', - 'firewall_schedule.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Schedules', - 'firewall_schedule_edit.php' => 'http://doc.pfsense.org/index.php/Firewall_Rule_Schedules', - 'interfaces_vlan.php' => 'http://doc.pfsense.org/index.php/VLAN_Trunking', - 'interfaces_vlan_edit.php' => 'http://doc.pfsense.org/index.php/VLAN_Trunking', - 'diag_routes.php' => 'http://doc.pfsense.org/index.php/Viewing_Routes', - 'diag_packet_capture.php' => 'http://doc.pfsense.org/index.php/Sniffers,_Packet_Capture', - 'diag_system_pftop.php' => 'http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F#pftop', - 'status_rrd_graph.php' => "http://doc.pfsense.org/index.php/RRD_Graphs", - 'status_rrd_graph_img.php' => "http://doc.pfsense.org/index.php/RRD_Graphs", - 'status_rrd_graph_settings.php' => "http://doc.pfsense.org/index.php/RRD_Graphs", - 'firewall_nat.php' => 'http://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F', - 'firewall_nat_edit.php' => 'http://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F', - 'diag_arp.php' => 'http://doc.pfsense.org/index.php/ARP_Table', - 'diag_backup.php' => 'http://doc.pfsense.org/index.php/Configuration_Backup_and_Restore', - 'diag_confbak.php' => 'http://doc.pfsense.org/index.php/Configuration_History', - 'diag_defaults.php' => 'http://doc.pfsense.org/index.php/Factory_Defaults', - 'firewall_shaper.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'firewall_shaper_layer7.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'firewall_shaper_queues.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'firewall_shaper_vinterface.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'firewall_shaper_wizards.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'status_queues.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide', - 'status_dhcp_leases.php' => 'http://doc.pfsense.org/index.php/DHCP_Leases', - 'diag_dns.php' => 'http://doc.pfsense.org/index.php/DNS_Lookup', - 'diag_dump_states.php' => 'http://doc.pfsense.org/index.php/Show_States', - 'diag_resetstate.php' => 'http://doc.pfsense.org/index.php/Reset_States', - 'diag_logs.php' => 'http://doc.pfsense.org/index.php/System_Logs', - 'diag_logs_auth.php' => 'http://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs', - 'diag_logs_dhcp.php' => 'http://doc.pfsense.org/index.php/DHCP_Logs', - 'diag_logs_filter.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs', - 'diag_logs_filter_dynamic.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs', - 'diag_logs_filter_summary.php' => 'http://doc.pfsense.org/index.php/Firewall_Logs', - 'diag_logs_ntpd.php' => 'http://doc.pfsense.org/index.php/NTP_Logs', - 'diag_logs_ppp.php' => 'http://doc.pfsense.org/index.php/PPP_Logs', - 'diag_logs_relayd.php' => 'http://doc.pfsense.org/index.php/Load_Balancer_Logs', - 'diag_logs_settings.php' => 'http://doc.pfsense.org/index.php/Log_Settings', - 'diag_logs_vpn.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Logs', - 'diag_logs_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Logs', - 'diag_logs_openvpn.php' => 'http://doc.pfsense.org/index.php/OpenVPN_Logs', - 'diag_nanobsd.php' => 'http://doc.pfsense.org/index.php/NanoBSD_Diagnostics', - 'diag_patterns.php' => 'http://doc.pfsense.org/index.php/Layer7_Pattern_Diagnostics', - 'diag_ping.php' => 'http://doc.pfsense.org/index.php/Ping_Host', - 'diag_pkglogs.php' => 'http://doc.pfsense.org/index.php/Package_Logs', - 'diag_tables.php' => 'http://doc.pfsense.org/index.php/Tables', - 'diag_system_activity.php' => 'http://doc.pfsense.org/index.php/System_Activity', - 'diag_traceroute.php' => 'http://doc.pfsense.org/index.php/Traceroute', - 'easyrule.php' => 'http://doc.pfsense.org/index.php/Easy_Rule', - 'edit.php' => 'http://doc.pfsense.org/index.php/Edit_File', - 'exec.php' => 'http://doc.pfsense.org/index.php/Execute_Command', - 'firewall_nat_1to1.php' => 'http://doc.pfsense.org/index.php/1:1_NAT', - 'firewall_nat_1to1_edit.php' => 'http://doc.pfsense.org/index.php/1:1_NAT', - 'halt.php' => 'http://doc.pfsense.org/index.php/Halt_System', - 'reboot.php' => 'http://doc.pfsense.org/index.php/Reboot_System', - 'status_filter_reload.php' => 'http://doc.pfsense.org/index.php/Filter_Reload_Status', - 'status_gateway_groups.php' => 'http://doc.pfsense.org/index.php/Gateway_Status', - 'status_gateways.php' => 'http://doc.pfsense.org/index.php/Gateway_Status', - 'status_graph.php' => 'http://doc.pfsense.org/index.php/Traffic_Graph', - 'status_graph_cpu.php' => 'http://doc.pfsense.org/index.php/CPU_Load', - 'status_interfaces.php' => 'http://doc.pfsense.org/index.php/Interface_Status', - 'status_services.php' => 'http://doc.pfsense.org/index.php/Services_Status', - 'status_wireless.php' => 'http://doc.pfsense.org/index.php/Wireless_Status', - 'pkg_mgr.php' => 'http://doc.pfsense.org/index.php/Package_Manager', - 'pkg_mgr_install.php' => 'http://doc.pfsense.org/index.php/Package_Manager', - 'pkg_mgr_installed.php' => 'http://doc.pfsense.org/index.php/Package_Manager', - 'pkg_mgr_settings.php' => 'http://doc.pfsense.org/index.php/Package_Manager_Settings', - 'interfaces.php' => 'http://doc.pfsense.org/index.php/Interface_Settings', - 'interfaces_assign.php' => 'http://doc.pfsense.org/index.php/Assign_Interfaces', - 'interfaces_bridge.php' => 'http://doc.pfsense.org/index.php/Interface_Bridges', - 'interfaces_bridge_edit.php' => 'http://doc.pfsense.org/index.php/Interface_Bridges', - 'interfaces_gif.php' => 'http://doc.pfsense.org/index.php/GIF_Interfaces', - 'interfaces_gif_edit.php' => 'http://doc.pfsense.org/index.php/GIF_Interfaces', - 'interfaces_gre.php' => 'http://doc.pfsense.org/index.php/GRE_Interfaces', - 'interfaces_gre_edit.php' => 'http://doc.pfsense.org/index.php/GRE_Interfaces', - 'interfaces_groups.php' => 'http://doc.pfsense.org/index.php/Interface_Groups', - '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_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', - 'services_dyndns_edit.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS', - 'services_rfc2136.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS', - 'services_rfc2136_edit.php' => 'http://doc.pfsense.org/index.php/Dynamic_DNS', - 'services_dhcp.php' => 'http://doc.pfsense.org/index.php/DHCP_Server', - 'services_dhcp_edit.php' => 'http://doc.pfsense.org/index.php/DHCP_Server', - 'services_dhcp_relay.php' => 'http://doc.pfsense.org/index.php/DHCP_Relay', - 'services_dnsmasq.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder', - 'services_dnsmasq_domainoverride_edit.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder', - 'services_dnsmasq_edit.php' => 'http://doc.pfsense.org/index.php/DNS_Forwarder', - 'services_igmpproxy.php' => 'http://doc.pfsense.org/index.php/IGMP_Proxy', - 'services_igmpproxy_edit.php' => 'http://doc.pfsense.org/index.php/IGMP_Proxy', - 'services_snmp.php' => 'http://doc.pfsense.org/index.php/SNMP_Daemon', - 'services_wol.php' => 'http://doc.pfsense.org/index.php/Wake_on_LAN', - 'services_wol_edit.php' => 'http://doc.pfsense.org/index.php/Wake_on_LAN', - 'system.php' => 'http://doc.pfsense.org/index.php/General_Setup_(2.0)', - 'system_advanced_admin.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)', - 'system_advanced_firewall.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT', - 'system_advanced_misc.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Miscellaneous', - 'system_advanced_network.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT', - 'system_advanced_notifications.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Notifications', - 'system_advanced_sysctl.php' => 'http://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#System_Tunables', - 'system_firmware.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates', - 'system_firmware_auto.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates', - 'system_firmware_check.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates', - 'system_firmware_settings.php' => 'http://doc.pfsense.org/index.php/Firmware_Updates', - 'system_gateway_groups.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings', - 'system_gateway_groups_edit.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings', - 'system_gateways.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings', - 'system_gateways_edit.php' => 'http://doc.pfsense.org/index.php/Gateway_Settings', - 'system_routes.php' => 'http://doc.pfsense.org/index.php/Static_Routes', - 'system_routes_edit.php' => 'http://doc.pfsense.org/index.php/Static_Routes', - 'system_authservers.php' => 'http://doc.pfsense.org/index.php/User_Authentication_Servers', - 'system_groupmanager.php' => 'http://doc.pfsense.org/index.php/Group_Manager', - 'system_groupmanager_addprivs.php' => 'http://doc.pfsense.org/index.php/Group_Manager', - 'system_usermanager.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_usermanager_addprivs.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_usermanager_settings.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_usermanager_settings_ldapacpicker.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_usermanager_settings_test.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_usermanager_passwordmg.php' => 'http://doc.pfsense.org/index.php/User_Manager', - 'system_camanager.php' => 'http://doc.pfsense.org/index.php/Certificate_Management', - 'system_certmanager.php' => 'http://doc.pfsense.org/index.php/Certificate_Management', - 'vpn_l2tp.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings', - 'vpn_l2tp_users.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings', - 'vpn_l2tp_users_edit.php' => 'http://doc.pfsense.org/index.php/L2TP_VPN_Settings', - 'vpn_pppoe.php' => 'http://doc.pfsense.org/index.php/PPPoE_Server_Settings', - 'vpn_pppoe_edit.php' => 'http://doc.pfsense.org/index.php/PPPoE_Server_Settings', - 'vpn_pptp.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings', - 'vpn_pptp_users.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings', - 'vpn_pptp_users_edit.php' => 'http://doc.pfsense.org/index.php/PPTP_VPN_Settings', - 'diag_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Status', - 'diag_ipsec_sad.php' => 'http://doc.pfsense.org/index.php/IPsec_Status', - 'diag_ipsec_spd.php' => 'http://doc.pfsense.org/index.php/IPsec_Status', - 'vpn_ipsec.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels', - 'vpn_ipsec_mobile.php' => 'http://doc.pfsense.org/index.php/IPsec_Mobile_Clients', - 'vpn_ipsec_phase1.php' => 'http://doc.pfsense.org/index.php/IPsec_Tunnels', - 'vpn_ipsec_phase2.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', - 'services_captiveportal_hostname.php' => 'http://doc.pfsense.org/index.php/Captive_Portal', - 'services_captiveportal_hostname_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_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', - '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 */ - 'diag_authentication.php' => 'http://doc.pfsense.org/index.php/User_Authentication_Servers', - 'diag_limiter_info.php' => 'http://doc.pfsense.org/index.php/Traffic_Shaping_Guide#Display_Pipes', - 'diag_pf_info.php' => 'http://doc.pfsense.org/index.php/Packet_Filter_Information', - 'diag_smart.php' => 'http://doc.pfsense.org/index.php/SMART_Status', - 'diag_states_summary.php' => 'http://doc.pfsense.org/index.php/States_Summary', - 'interfaces_wireless.php' => 'http://doc.pfsense.org/index.php/Wireless_Interfaces', - 'interfaces_wireless_edit.php' => 'http://doc.pfsense.org/index.php/Wireless_Interfaces', - 'system_crlmanager.php' => 'http://doc.pfsense.org/index.php/Certificate_Management', - 'crash_reporter.php' => 'http://doc.pfsense.org/index.php/Unexpected_Reboot_Troubleshooting', - 'diag_dump_states_sources.php' => "http://doc.pfsense.org/index.php/Show_Source_Tracking", - 'diag_logs_gateways.php' => "http://doc.pfsense.org/index.php/Gateway_Logs", - 'diag_logs_resolver.php' => "http://doc.pfsense.org/index.php/Resolver_Logs", - 'diag_logs_routing.php' => "http://doc.pfsense.org/index.php/Routing_Logs", - 'diag_logs_wireless.php' => "http://doc.pfsense.org/index.php/Wireless_Logs", - 'diag_ndp.php' => "http://doc.pfsense.org/index.php/NDP_Table", - 'diag_sockets.php' => "http://doc.pfsense.org/index.php/Diag_Sockets", - 'diag_testport.php' => "http://doc.pfsense.org/index.php/Test_Port", - 'firewall_nat_npt.php' => "http://doc.pfsense.org/index.php/NPt", - 'firewall_nat_npt_edit.php' => "http://doc.pfsense.org/index.php/NPt", - 'load_balancer_setting.php' => "http://doc.pfsense.org/index.php/Category:Load_balancing", - 'services_captiveportal_zones.php' => "http://doc.pfsense.org/index.php/Captive_Portal", - 'services_captiveportal_zones_edit.php' => "http://doc.pfsense.org/index.php/Captive_Portal", - 'status_captiveportal_expire.php' => "http://doc.pfsense.org/index.php/Captive_Portal", - 'services_ntpd.php' => "http://doc.pfsense.org/index.php/NTP_Server", - 'status_ntpd.php' => "http://doc.pfsense.org/index.php/NTP_Server", - 'system_firmware_restorefullbackup.php' => "http://doc.pfsense.org/index.php/Full_Backup", + 'miniupnpd.xml' => 'https://doc.pfsense.org/index.php/What_is_UPNP%3F', + 'status_upnp.php' => 'https://doc.pfsense.org/index.php/What_is_UPNP%3F', + 'firewall_virtual_ip.php' => 'https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F', + 'firewall_virtual_ip_edit.php' => 'https://doc.pfsense.org/index.php/What_are_Virtual_IP_Addresses%3F', + 'firewall_aliases.php' => 'https://doc.pfsense.org/index.php/Aliases', + 'firewall_aliases_edit.php' => 'https://doc.pfsense.org/index.php/Aliases', + 'firewall_aliases_import.php' => 'https://doc.pfsense.org/index.php/Aliases', + 'firewall_nat_out.php' => 'https://doc.pfsense.org/index.php/Outbound_NAT', + 'firewall_nat_out_edit.php' => 'https://doc.pfsense.org/index.php/Outbound_NAT', + 'firewall_rules.php' => 'https://doc.pfsense.org/index.php/Firewall_Rule_Basics', + 'firewall_rules_edit.php' => 'https://doc.pfsense.org/index.php/Firewall_Rule_Basics', + 'firewall_schedule.php' => 'https://doc.pfsense.org/index.php/Firewall_Rule_Schedules', + 'firewall_schedule_edit.php' => 'https://doc.pfsense.org/index.php/Firewall_Rule_Schedules', + 'interfaces_vlan.php' => 'https://doc.pfsense.org/index.php/VLAN_Trunking', + 'interfaces_vlan_edit.php' => 'https://doc.pfsense.org/index.php/VLAN_Trunking', + 'diag_routes.php' => 'https://doc.pfsense.org/index.php/Viewing_Routes', + 'diag_packet_capture.php' => 'https://doc.pfsense.org/index.php/Sniffers,_Packet_Capture', + 'diag_system_pftop.php' => 'https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F#pftop', + 'status_rrd_graph.php' => "https://doc.pfsense.org/index.php/RRD_Graphs", + 'status_rrd_graph_img.php' => "https://doc.pfsense.org/index.php/RRD_Graphs", + 'status_rrd_graph_settings.php' => "https://doc.pfsense.org/index.php/RRD_Graphs", + 'firewall_nat.php' => 'https://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F', + 'firewall_nat_edit.php' => 'https://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F', + 'diag_arp.php' => 'https://doc.pfsense.org/index.php/ARP_Table', + 'diag_backup.php' => 'https://doc.pfsense.org/index.php/Configuration_Backup_and_Restore', + 'diag_confbak.php' => 'https://doc.pfsense.org/index.php/Configuration_History', + 'diag_defaults.php' => 'https://doc.pfsense.org/index.php/Factory_Defaults', + 'firewall_shaper.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'firewall_shaper_layer7.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'firewall_shaper_queues.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'firewall_shaper_vinterface.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'firewall_shaper_wizards.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'status_queues.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide', + 'status_dhcp_leases.php' => 'https://doc.pfsense.org/index.php/DHCP_Leases', + 'diag_dns.php' => 'https://doc.pfsense.org/index.php/DNS_Lookup', + 'diag_dump_states.php' => 'https://doc.pfsense.org/index.php/Show_States', + 'diag_resetstate.php' => 'https://doc.pfsense.org/index.php/Reset_States', + 'diag_logs.php' => 'https://doc.pfsense.org/index.php/System_Logs', + 'diag_logs_auth.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs', + 'diag_logs_dhcp.php' => 'https://doc.pfsense.org/index.php/DHCP_Logs', + 'diag_logs_filter.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs', + 'diag_logs_filter_dynamic.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs', + 'diag_logs_filter_summary.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs', + 'diag_logs_ntpd.php' => 'https://doc.pfsense.org/index.php/NTP_Logs', + 'diag_logs_ppp.php' => 'https://doc.pfsense.org/index.php/PPP_Logs', + 'diag_logs_relayd.php' => 'https://doc.pfsense.org/index.php/Load_Balancer_Logs', + 'diag_logs_settings.php' => 'https://doc.pfsense.org/index.php/Log_Settings', + 'diag_logs_vpn.php' => 'https://doc.pfsense.org/index.php/PPTP_VPN_Logs', + 'diag_logs_ipsec.php' => 'https://doc.pfsense.org/index.php/IPsec_Logs', + 'diag_logs_openvpn.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Logs', + 'diag_nanobsd.php' => 'https://doc.pfsense.org/index.php/NanoBSD_Diagnostics', + 'diag_patterns.php' => 'https://doc.pfsense.org/index.php/Layer7_Pattern_Diagnostics', + 'diag_ping.php' => 'https://doc.pfsense.org/index.php/Ping_Host', + 'diag_pkglogs.php' => 'https://doc.pfsense.org/index.php/Package_Logs', + 'diag_tables.php' => 'https://doc.pfsense.org/index.php/Tables', + 'diag_system_activity.php' => 'https://doc.pfsense.org/index.php/System_Activity', + 'diag_traceroute.php' => 'https://doc.pfsense.org/index.php/Traceroute', + 'easyrule.php' => 'https://doc.pfsense.org/index.php/Easy_Rule', + 'edit.php' => 'https://doc.pfsense.org/index.php/Edit_File', + 'exec.php' => 'https://doc.pfsense.org/index.php/Execute_Command', + 'firewall_nat_1to1.php' => 'https://doc.pfsense.org/index.php/1:1_NAT', + 'firewall_nat_1to1_edit.php' => 'https://doc.pfsense.org/index.php/1:1_NAT', + 'halt.php' => 'https://doc.pfsense.org/index.php/Halt_System', + 'reboot.php' => 'https://doc.pfsense.org/index.php/Reboot_System', + 'status_filter_reload.php' => 'https://doc.pfsense.org/index.php/Filter_Reload_Status', + 'status_gateway_groups.php' => 'https://doc.pfsense.org/index.php/Gateway_Status', + 'status_gateways.php' => 'https://doc.pfsense.org/index.php/Gateway_Status', + 'status_graph.php' => 'https://doc.pfsense.org/index.php/Traffic_Graph', + 'status_graph_cpu.php' => 'https://doc.pfsense.org/index.php/CPU_Load', + 'status_interfaces.php' => 'https://doc.pfsense.org/index.php/Interface_Status', + 'status_services.php' => 'https://doc.pfsense.org/index.php/Services_Status', + 'status_wireless.php' => 'https://doc.pfsense.org/index.php/Wireless_Status', + 'pkg_mgr.php' => 'https://doc.pfsense.org/index.php/Package_Manager', + 'pkg_mgr_install.php' => 'https://doc.pfsense.org/index.php/Package_Manager', + 'pkg_mgr_installed.php' => 'https://doc.pfsense.org/index.php/Package_Manager', + 'pkg_mgr_settings.php' => 'https://doc.pfsense.org/index.php/Package_Manager_Settings', + 'interfaces.php' => 'https://doc.pfsense.org/index.php/Interface_Settings', + 'interfaces_assign.php' => 'https://doc.pfsense.org/index.php/Assign_Interfaces', + 'interfaces_bridge.php' => 'https://doc.pfsense.org/index.php/Interface_Bridges', + 'interfaces_bridge_edit.php' => 'https://doc.pfsense.org/index.php/Interface_Bridges', + 'interfaces_gif.php' => 'https://doc.pfsense.org/index.php/GIF_Interfaces', + 'interfaces_gif_edit.php' => 'https://doc.pfsense.org/index.php/GIF_Interfaces', + 'interfaces_gre.php' => 'https://doc.pfsense.org/index.php/GRE_Interfaces', + 'interfaces_gre_edit.php' => 'https://doc.pfsense.org/index.php/GRE_Interfaces', + 'interfaces_groups.php' => 'https://doc.pfsense.org/index.php/Interface_Groups', + 'interfaces_groups_edit.php' => 'https://doc.pfsense.org/index.php/Interface_Groups', + 'interfaces_lagg.php' => 'https://doc.pfsense.org/index.php/LAGG_Interfaces', + 'interfaces_lagg_edit.php' => 'https://doc.pfsense.org/index.php/LAGG_Interfaces', + 'interfaces_ppps.php' => 'https://doc.pfsense.org/index.php/PPP_Interfaces', + 'interfaces_ppps_edit.php' => 'https://doc.pfsense.org/index.php/PPP_Interfaces', + 'interfaces_qinq.php' => 'https://doc.pfsense.org/index.php/QinQ_Interfaces', + 'interfaces_qinq_edit.php' => 'https://doc.pfsense.org/index.php/QinQ_Interfaces', + 'services_dyndns.php' => 'https://doc.pfsense.org/index.php/Dynamic_DNS', + 'services_dyndns_edit.php' => 'https://doc.pfsense.org/index.php/Dynamic_DNS', + 'services_rfc2136.php' => 'https://doc.pfsense.org/index.php/Dynamic_DNS', + 'services_rfc2136_edit.php' => 'https://doc.pfsense.org/index.php/Dynamic_DNS', + 'services_dhcp.php' => 'https://doc.pfsense.org/index.php/DHCP_Server', + 'services_dhcp_edit.php' => 'https://doc.pfsense.org/index.php/DHCP_Server', + 'services_dhcp_relay.php' => 'https://doc.pfsense.org/index.php/DHCP_Relay', + 'services_dnsmasq.php' => 'https://doc.pfsense.org/index.php/DNS_Forwarder', + 'services_dnsmasq_domainoverride_edit.php' => 'https://doc.pfsense.org/index.php/DNS_Forwarder', + 'services_dnsmasq_edit.php' => 'https://doc.pfsense.org/index.php/DNS_Forwarder', + 'services_igmpproxy.php' => 'https://doc.pfsense.org/index.php/IGMP_Proxy', + 'services_igmpproxy_edit.php' => 'https://doc.pfsense.org/index.php/IGMP_Proxy', + 'services_snmp.php' => 'https://doc.pfsense.org/index.php/SNMP_Daemon', + 'services_wol.php' => 'https://doc.pfsense.org/index.php/Wake_on_LAN', + 'services_wol_edit.php' => 'https://doc.pfsense.org/index.php/Wake_on_LAN', + 'system.php' => 'https://doc.pfsense.org/index.php/General_Setup_(2.0)', + 'system_advanced_admin.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)', + 'system_advanced_firewall.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT', + 'system_advanced_misc.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Miscellaneous', + 'system_advanced_network.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Firewall.2FNAT', + 'system_advanced_notifications.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#Notifications', + 'system_advanced_sysctl.php' => 'https://doc.pfsense.org/index.php/Advanced_Setup_(2.0)#System_Tunables', + 'system_firmware.php' => 'https://doc.pfsense.org/index.php/Firmware_Updates', + 'system_firmware_auto.php' => 'https://doc.pfsense.org/index.php/Firmware_Updates', + 'system_firmware_check.php' => 'https://doc.pfsense.org/index.php/Firmware_Updates', + 'system_firmware_settings.php' => 'https://doc.pfsense.org/index.php/Firmware_Updates', + 'system_gateway_groups.php' => 'https://doc.pfsense.org/index.php/Gateway_Settings', + 'system_gateway_groups_edit.php' => 'https://doc.pfsense.org/index.php/Gateway_Settings', + 'system_gateways.php' => 'https://doc.pfsense.org/index.php/Gateway_Settings', + 'system_gateways_edit.php' => 'https://doc.pfsense.org/index.php/Gateway_Settings', + 'system_routes.php' => 'https://doc.pfsense.org/index.php/Static_Routes', + 'system_routes_edit.php' => 'https://doc.pfsense.org/index.php/Static_Routes', + 'system_authservers.php' => 'https://doc.pfsense.org/index.php/User_Authentication_Servers', + 'system_groupmanager.php' => 'https://doc.pfsense.org/index.php/Group_Manager', + 'system_groupmanager_addprivs.php' => 'https://doc.pfsense.org/index.php/Group_Manager', + 'system_usermanager.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_usermanager_addprivs.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_usermanager_settings.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_usermanager_settings_ldapacpicker.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_usermanager_settings_test.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_usermanager_passwordmg.php' => 'https://doc.pfsense.org/index.php/User_Manager', + 'system_camanager.php' => 'https://doc.pfsense.org/index.php/Certificate_Management', + 'system_certmanager.php' => 'https://doc.pfsense.org/index.php/Certificate_Management', + 'vpn_l2tp.php' => 'https://doc.pfsense.org/index.php/L2TP_VPN_Settings', + 'vpn_l2tp_users.php' => 'https://doc.pfsense.org/index.php/L2TP_VPN_Settings', + 'vpn_l2tp_users_edit.php' => 'https://doc.pfsense.org/index.php/L2TP_VPN_Settings', + 'vpn_pppoe.php' => 'https://doc.pfsense.org/index.php/PPPoE_Server_Settings', + 'vpn_pppoe_edit.php' => 'https://doc.pfsense.org/index.php/PPPoE_Server_Settings', + 'vpn_pptp.php' => 'https://doc.pfsense.org/index.php/PPTP_VPN_Settings', + 'vpn_pptp_users.php' => 'https://doc.pfsense.org/index.php/PPTP_VPN_Settings', + 'vpn_pptp_users_edit.php' => 'https://doc.pfsense.org/index.php/PPTP_VPN_Settings', + 'diag_ipsec.php' => 'https://doc.pfsense.org/index.php/IPsec_Status', + 'diag_ipsec_sad.php' => 'https://doc.pfsense.org/index.php/IPsec_Status', + 'diag_ipsec_spd.php' => 'https://doc.pfsense.org/index.php/IPsec_Status', + 'vpn_ipsec.php' => 'https://doc.pfsense.org/index.php/IPsec_Tunnels', + 'vpn_ipsec_mobile.php' => 'https://doc.pfsense.org/index.php/IPsec_Mobile_Clients', + 'vpn_ipsec_phase1.php' => 'https://doc.pfsense.org/index.php/IPsec_Tunnels', + 'vpn_ipsec_phase2.php' => 'https://doc.pfsense.org/index.php/IPsec_Tunnels', + 'vpn_ipsec_keys.php' => 'https://doc.pfsense.org/index.php/IPsec_Tunnels', + 'vpn_ipsec_keys_edit.php' => 'https://doc.pfsense.org/index.php/IPsec_Tunnels', + 'services_captiveportal.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_filemanager.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_ip.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_ip_edit.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_mac.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_mac_edit.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_hostname.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'services_captiveportal_hostname_edit.php' => 'https://doc.pfsense.org/index.php/Captive_Portal', + 'status_captiveportal.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Status', + 'status_captiveportal_test.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Status', + 'services_captiveportal_vouchers.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Vouchers', + 'services_captiveportal_vouchers_edit.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Vouchers', + 'status_captiveportal_voucher_rolls.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Vouchers', + 'status_captiveportal_vouchers.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Vouchers', + 'status_openvpn.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Status', + 'vpn_openvpn_client.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Settings', + 'vpn_openvpn_csc.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Settings', + 'vpn_openvpn_server.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Settings', + 'openvpn-client-export.xml' => 'https://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */ + 'vpn_openvpn_export.php' => 'https://doc.pfsense.org/index.php/OpenVPN_Client_Exporter', /* Package */ + 'diag_authentication.php' => 'https://doc.pfsense.org/index.php/User_Authentication_Servers', + 'diag_limiter_info.php' => 'https://doc.pfsense.org/index.php/Traffic_Shaping_Guide#Display_Pipes', + 'diag_pf_info.php' => 'https://doc.pfsense.org/index.php/Packet_Filter_Information', + 'diag_smart.php' => 'https://doc.pfsense.org/index.php/SMART_Status', + 'diag_states_summary.php' => 'https://doc.pfsense.org/index.php/States_Summary', + 'interfaces_wireless.php' => 'https://doc.pfsense.org/index.php/Wireless_Interfaces', + 'interfaces_wireless_edit.php' => 'https://doc.pfsense.org/index.php/Wireless_Interfaces', + 'system_crlmanager.php' => 'https://doc.pfsense.org/index.php/Certificate_Management', + 'crash_reporter.php' => 'https://doc.pfsense.org/index.php/Unexpected_Reboot_Troubleshooting', + 'diag_dump_states_sources.php' => "https://doc.pfsense.org/index.php/Show_Source_Tracking", + 'diag_logs_gateways.php' => "https://doc.pfsense.org/index.php/Gateway_Logs", + 'diag_logs_resolver.php' => "https://doc.pfsense.org/index.php/Resolver_Logs", + 'diag_logs_routing.php' => "https://doc.pfsense.org/index.php/Routing_Logs", + 'diag_logs_wireless.php' => "https://doc.pfsense.org/index.php/Wireless_Logs", + 'diag_ndp.php' => "https://doc.pfsense.org/index.php/NDP_Table", + 'diag_sockets.php' => "https://doc.pfsense.org/index.php/Diag_Sockets", + 'diag_testport.php' => "https://doc.pfsense.org/index.php/Test_Port", + 'firewall_nat_npt.php' => "https://doc.pfsense.org/index.php/NPt", + 'firewall_nat_npt_edit.php' => "https://doc.pfsense.org/index.php/NPt", + 'load_balancer_setting.php' => "https://doc.pfsense.org/index.php/Category:Load_balancing", + 'services_captiveportal_zones.php' => "https://doc.pfsense.org/index.php/Captive_Portal", + 'services_captiveportal_zones_edit.php' => "https://doc.pfsense.org/index.php/Captive_Portal", + 'status_captiveportal_expire.php' => "https://doc.pfsense.org/index.php/Captive_Portal", + 'services_ntpd.php' => "https://doc.pfsense.org/index.php/NTP_Server", + 'status_ntpd.php' => "https://doc.pfsense.org/index.php/NTP_Server", + 'system_firmware_restorefullbackup.php' => "https://doc.pfsense.org/index.php/Full_Backup", /* New Files for 2.1 that still need better pages/links. */ - 'services_dhcpv6.php' => "http://doc.pfsense.org/index.php/Category:IPv6", - 'services_dhcpv6_edit.php' => "http://doc.pfsense.org/index.php/Category:IPv6", - 'services_dhcpv6_relay.php' => "http://doc.pfsense.org/index.php/Category:IPv6", - 'status_dhcpv6_leases.php' => "http://doc.pfsense.org/index.php/Category:IPv6", - 'services_router_advertisements.php' => "http://doc.pfsense.org/index.php/Category:IPv6", + 'services_dhcpv6.php' => "https://doc.pfsense.org/index.php/Category:IPv6", + 'services_dhcpv6_edit.php' => "https://doc.pfsense.org/index.php/Category:IPv6", + 'services_dhcpv6_relay.php' => "https://doc.pfsense.org/index.php/Category:IPv6", + 'status_dhcpv6_leases.php' => "https://doc.pfsense.org/index.php/Category:IPv6", + 'services_router_advertisements.php' => "https://doc.pfsense.org/index.php/Category:IPv6", /* 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', - 'system_hasync.php' => 'http://doc.pfsense.org/index.php/Category:CARP', /* FIXME? */ + 'carp_status.php' => 'https://doc.pfsense.org/index.php/Category:CARP', + 'system_hasync.php' => 'https://doc.pfsense.org/index.php/Category:CARP', /* FIXME? */ - 'load_balancer_monitor.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_monitor_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_pool.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_pool_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_relay_action.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_relay_action_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_relay_protocol.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_relay_protocol_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_virtual_server.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'load_balancer_virtual_server_edit.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'status_lb_pool.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', - 'status_lb_vs.php' => 'http://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_monitor.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_monitor_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_pool.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_pool_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_relay_action.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_relay_action_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_relay_protocol.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_relay_protocol_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_virtual_server.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'load_balancer_virtual_server_edit.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'status_lb_pool.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', + 'status_lb_vs.php' => 'https://doc.pfsense.org/index.php/Category:Load_balancing', /* From here down are packages. Not checking these as strictly, any information is better than nothing. */ - 'olsrd.xml' => 'http://doc.pfsense.org/index.php/OLSR_Daemon', - 'routed.xml' => 'http://doc.pfsense.org/index.php/Routing_Information_Protocol_(RIP)', # RIP - 'autoconfigbackup.xml' => 'http://doc.pfsense.org/index.php/AutoConfigBackup', - 'phpservice.xml' => 'http://doc.pfsense.org/index.php/PHPService', - 'anyterm.xml' => 'http://doc.pfsense.org/index.php/AnyTerm_package', - 'avahi.xml' => 'http://doc.pfsense.org/index.php/Avahi_package', - 'squid.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_auth.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_cache.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_extauth.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_nac.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_ng.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_traffic.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_upstream.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squid_users.xml' => 'http://doc.pfsense.org/index.php/Category:Squid', - 'squidGuard.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_acl.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_default.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_dest.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_log.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_rewr.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'squidguard_time.xml' => 'http://doc.pfsense.org/index.php/SquidGuard_package', - 'bandwidthd.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'pfflowd.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'darkstat.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'rate.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'ntop.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'vnstat.xml' => "http://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", - 'widentd.xml' => 'http://doc.pfsense.org/index.php/Widentd_package', - 'tinydns.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package', - 'tinydns_domains.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package', - 'tinydns_sync.xml' => 'http://doc.pfsense.org/index.php/Tinydns_package', - 'blinkled.xml' => 'http://doc.pfsense.org/index.php/BlinkLED_Package', - 'freeswitch.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH', - 'freeswitch_modules.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH', - 'dialplan.default.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH', - 'dialplan.public.xml' => 'http://doc.pfsense.org/index.php/FreeSWITCH', - 'havp.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'havp_avset.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'havp_blacklist.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'havp_fscan.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'havp_trans_exclude.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'havp_whitelist.xml' => 'http://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', - 'snort.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package', - 'snort_advanced.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package', - 'snort_define_servers.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package', - 'snort_threshold.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package', - 'snort_whitelist.xml' => 'http://doc.pfsense.org/index.php/Setup_Snort_Package', - 'stunnel.xml' => 'http://doc.pfsense.org/index.php/Stunnel_package', - 'stunnel_certs.xml' => 'http://doc.pfsense.org/index.php/Stunnel_package', - 'openbgpd.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package', - 'openbgpd_groups.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package', - 'openbgpd_neighbors.xml' => 'http://doc.pfsense.org/index.php/OpenBGPD_package', - 'iperf.xml' => 'http://doc.pfsense.org/index.php/Iperf_package', - 'iperfserver.xml' => 'http://doc.pfsense.org/index.php/Iperf_package', - 'jail_template.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package', - 'jailctl.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package', - 'jailctl.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package', - 'jailctl_defaults.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package', - 'jailctl_settings.xml' => 'http://doc.pfsense.org/index.php/PfJailctl_package', - 'siproxd.xml' => 'http://doc.pfsense.org/index.php/Siproxd_package', - 'siproxdusers.xml' => 'http://doc.pfsense.org/index.php/Siproxd_package', - 'open-vm-tools.xml' => 'http://doc.pfsense.org/index.php/Open_VM_Tools_package', - 'arping.xml' => 'http://doc.pfsense.org/index.php/Arping_package', - 'unbound.xml' => 'http://doc.pfsense.org/index.php/Unbound_package', + 'olsrd.xml' => 'https://doc.pfsense.org/index.php/OLSR_Daemon', + 'routed.xml' => 'https://doc.pfsense.org/index.php/Routing_Information_Protocol_(RIP)', # RIP + 'autoconfigbackup.xml' => 'https://doc.pfsense.org/index.php/AutoConfigBackup', + 'phpservice.xml' => 'https://doc.pfsense.org/index.php/PHPService', + 'anyterm.xml' => 'https://doc.pfsense.org/index.php/AnyTerm_package', + 'avahi.xml' => 'https://doc.pfsense.org/index.php/Avahi_package', + 'squid.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_auth.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_cache.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_extauth.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_nac.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_ng.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_traffic.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_upstream.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squid_users.xml' => 'https://doc.pfsense.org/index.php/Category:Squid', + 'squidGuard.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_acl.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_default.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_dest.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_log.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_rewr.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'squidguard_time.xml' => 'https://doc.pfsense.org/index.php/SquidGuard_package', + 'bandwidthd.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'pfflowd.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'darkstat.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'rate.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'ntop.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'vnstat.xml' => "https://doc.pfsense.org/index.php/How_can_I_monitor_bandwidth_usage%3F", + 'widentd.xml' => 'https://doc.pfsense.org/index.php/Widentd_package', + 'tinydns.xml' => 'https://doc.pfsense.org/index.php/Tinydns_package', + 'tinydns_domains.xml' => 'https://doc.pfsense.org/index.php/Tinydns_package', + 'tinydns_sync.xml' => 'https://doc.pfsense.org/index.php/Tinydns_package', + 'blinkled.xml' => 'https://doc.pfsense.org/index.php/BlinkLED_Package', + 'freeswitch.xml' => 'https://doc.pfsense.org/index.php/FreeSWITCH', + 'freeswitch_modules.xml' => 'https://doc.pfsense.org/index.php/FreeSWITCH', + 'dialplan.default.xml' => 'https://doc.pfsense.org/index.php/FreeSWITCH', + 'dialplan.public.xml' => 'https://doc.pfsense.org/index.php/FreeSWITCH', + 'havp.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'havp_avset.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'havp_blacklist.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'havp_fscan.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'havp_trans_exclude.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'havp_whitelist.xml' => 'https://doc.pfsense.org/index.php/HAVP_Package_for_HTTP_Anti-Virus_Scanning', + 'snort.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', + 'snort_advanced.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', + 'snort_define_servers.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', + 'snort_threshold.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', + 'snort_whitelist.xml' => 'https://doc.pfsense.org/index.php/Setup_Snort_Package', + 'stunnel.xml' => 'https://doc.pfsense.org/index.php/Stunnel_package', + 'stunnel_certs.xml' => 'https://doc.pfsense.org/index.php/Stunnel_package', + 'openbgpd.xml' => 'https://doc.pfsense.org/index.php/OpenBGPD_package', + 'openbgpd_groups.xml' => 'https://doc.pfsense.org/index.php/OpenBGPD_package', + 'openbgpd_neighbors.xml' => 'https://doc.pfsense.org/index.php/OpenBGPD_package', + 'iperf.xml' => 'https://doc.pfsense.org/index.php/Iperf_package', + 'iperfserver.xml' => 'https://doc.pfsense.org/index.php/Iperf_package', + 'jail_template.xml' => 'https://doc.pfsense.org/index.php/PfJailctl_package', + 'jailctl.xml' => 'https://doc.pfsense.org/index.php/PfJailctl_package', + 'jailctl.xml' => 'https://doc.pfsense.org/index.php/PfJailctl_package', + 'jailctl_defaults.xml' => 'https://doc.pfsense.org/index.php/PfJailctl_package', + 'jailctl_settings.xml' => 'https://doc.pfsense.org/index.php/PfJailctl_package', + 'siproxd.xml' => 'https://doc.pfsense.org/index.php/Siproxd_package', + 'siproxdusers.xml' => 'https://doc.pfsense.org/index.php/Siproxd_package', + 'open-vm-tools.xml' => 'https://doc.pfsense.org/index.php/Open_VM_Tools_package', + 'arping.xml' => 'https://doc.pfsense.org/index.php/Arping_package', + 'unbound.xml' => 'https://doc.pfsense.org/index.php/Unbound_package', ); @@ -425,7 +425,7 @@ if (array_key_exists($pagename, $helppages)) { stating that a given page does not have help yet. */ if (empty($helppage)) { - $helppage = "http://doc.pfsense.org/index.php/No_Help_Found"; + $helppage = "https://doc.pfsense.org/index.php/No_Help_Found"; } -- cgit v1.1