summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-27 13:57:56 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-27 13:57:56 +0545
commit9f25a22f15b701f0e746e8362eb9c49cfd8c92b9 (patch)
treec5ba47c915cd72136a3ddb256957477afceafb5f /src
parentf11871ca1dde870d506395f269f6e99807eff36b (diff)
downloadpfsense-9f25a22f15b701f0e746e8362eb9c49cfd8c92b9.zip
pfsense-9f25a22f15b701f0e746e8362eb9c49cfd8c92b9.tar.gz
Sort status_logs.php key references
So they are easy for people to find in the future.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/help.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/help.php b/src/usr/local/www/help.php
index 452070f..723f060 100644
--- a/src/usr/local/www/help.php
+++ b/src/usr/local/www/help.php
@@ -99,18 +99,22 @@ $helppages = array(
'diag_dump_states.php' => 'https://doc.pfsense.org/index.php/Show_States',
'diag_resetstate.php' => 'https://doc.pfsense.org/index.php/Reset_States',
'status_logs.php' => 'https://doc.pfsense.org/index.php/System_Logs',
- 'status_logs.php-portalauth' => 'https://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs',
'status_logs.php-dhcpd' => 'https://doc.pfsense.org/index.php/DHCP_Logs',
- 'status_logs_filter.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
- 'status_logs_filter_dynamic.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
- 'status_logs_filter_summary.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
+ 'status_logs.php-gateways' => 'https://doc.pfsense.org/index.php/Gateway_Logs',
+ 'status_logs.php-ipsec' => 'https://doc.pfsense.org/index.php/IPsec_Logs',
'status_logs.php-ntpd' => 'https://doc.pfsense.org/index.php/NTP_Logs',
+ 'status_logs.php-openvpn' => 'https://doc.pfsense.org/index.php/OpenVPN_Logs',
+ 'status_logs.php-portalauth' => 'https://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs',
'status_logs.php-ppp' => 'https://doc.pfsense.org/index.php/PPP_Logs',
'status_logs.php-relayd' => 'https://doc.pfsense.org/index.php/Load_Balancer_Logs',
+ 'status_logs.php-resolver' => 'https://doc.pfsense.org/index.php/Resolver_Logs',
+ 'status_logs.php-routing' => 'https://doc.pfsense.org/index.php/Routing_Logs',
+ 'status_logs.php-wireless' => 'https://doc.pfsense.org/index.php/Wireless_Logs',
+ 'status_logs_filter.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
+ 'status_logs_filter_dynamic.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
+ 'status_logs_filter_summary.php' => 'https://doc.pfsense.org/index.php/Firewall_Logs',
'status_logs_settings.php' => 'https://doc.pfsense.org/index.php/Log_Settings',
'status_logs_vpn.php' => 'https://doc.pfsense.org/index.php/PPTP_VPN_Logs',
- 'status_logs.php-ipsec' => 'https://doc.pfsense.org/index.php/IPsec_Logs',
- 'status_logs.php-openvpn' => 'https://doc.pfsense.org/index.php/OpenVPN_Logs',
'diag_nanobsd.php' => 'https://doc.pfsense.org/index.php/NanoBSD_Diagnostics',
'diag_ping.php' => 'https://doc.pfsense.org/index.php/Ping_Host',
'status_pkglogs.php' => 'https://doc.pfsense.org/index.php/Package_Logs',
@@ -240,10 +244,6 @@ $helppages = array(
'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',
- 'status_logs.php-gateways' => 'https://doc.pfsense.org/index.php/Gateway_Logs',
- 'status_logs.php-resolver' => 'https://doc.pfsense.org/index.php/Resolver_Logs',
- 'status_logs.php-routing' => 'https://doc.pfsense.org/index.php/Routing_Logs',
- 'status_logs.php-wireless' => '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',
OpenPOWER on IntegriCloud