diff options
author | jim-p <jim@pingle.org> | 2009-11-16 20:54:34 -0500 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-11-16 20:58:20 -0500 |
commit | 4afdaac10e23a177bf9dc456ff20ad1d52005f94 (patch) | |
tree | ad874701e529bdd23b345100e4059a18b4320f5f /usr | |
parent | 174fa1abe48d6fefbb8c2a0d5d4a611898ae0e72 (diff) | |
download | pfsense-4afdaac10e23a177bf9dc456ff20ad1d52005f94.zip pfsense-4afdaac10e23a177bf9dc456ff20ad1d52005f94.tar.gz |
Add a few more mappings.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/help.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/help.php b/usr/local/www/help.php index ee9aade..c0b6c08 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -35,6 +35,9 @@ $helppages = array( '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', /* Below here are pages that may need some cleanup or have not been fully looked at yet */ @@ -187,9 +190,6 @@ be removed.(e.g. xmlrpc.php) Below this is a list of .xml files from built-in and add-on packages -diag_arp.php -diag_backup.php -diag_confbak.php diag_defaults.php diag_dhcp_leases.php diag_dns.php |