diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-06-10 17:49:59 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-06-10 17:49:59 -0400 |
commit | 7afae53f105c72240c50541f49bd7a1d9a6a84f3 (patch) | |
tree | d1e79c5693d6d29d78cfd3d60435059a541f50ce /usr/local/www/fbegin.inc | |
parent | 2a63a07f3e25d25e8d6e33b554ce08ba5056bad2 (diff) | |
download | pfsense-7afae53f105c72240c50541f49bd7a1d9a6a84f3.zip pfsense-7afae53f105c72240c50541f49bd7a1d9a6a84f3.tar.gz |
Adding option to show the PF overload tables (sshlockout, virusprot) and the ability to delete individual or all entries
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index acdd9b8..dfcc69a 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -187,6 +187,7 @@ $diagnostics_menu[] = array("DNS Lookup", "/diag_dns.php"); $diagnostics_menu[] = array("Edit File", "/edit.php"); $diagnostics_menu[] = array("Factory Defaults", "/diag_defaults.php"); $diagnostics_menu[] = array("Halt System", "/halt.php" ); +$diagnostics_menu[] = array("Overload tables", "/diag_overload_tables.php"); $diagnostics_menu[] = array("Ping", "/diag_ping.php"); $diagnostics_menu[] = array("pfTOP", "/diag_system_pftop.php"); $diagnostics_menu[] = array("Reboot", "/reboot.php"); |