diff options
author | Warren Baker <warren@decoy.co.za> | 2010-09-03 11:47:16 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2010-09-03 11:47:16 +0200 |
commit | 08d97c590fe6ee3ce69d8d9fc62941a0bc6990df (patch) | |
tree | f8168dce3c17395f8295be06272a9342a0d9d708 /usr/local/www/help.php | |
parent | 2fc2902022cece4f97352aaf413df9b6731b69ed (diff) | |
download | pfsense-08d97c590fe6ee3ce69d8d9fc62941a0bc6990df.zip pfsense-08d97c590fe6ee3ce69d8d9fc62941a0bc6990df.tar.gz |
Added wiki help page for Tables and removed help link for Bogons (now included in Tables).
Diffstat (limited to 'usr/local/www/help.php')
-rw-r--r-- | usr/local/www/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/help.php b/usr/local/www/help.php index 351965b..89a5feb 100644 --- a/usr/local/www/help.php +++ b/usr/local/www/help.php @@ -68,7 +68,7 @@ $helppages = array( '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_showbogons.php' => 'http://doc.pfsense.org/index.php/Show_Bogons', + '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', |