From 7afae53f105c72240c50541f49bd7a1d9a6a84f3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 10 Jun 2010 17:49:59 -0400 Subject: Adding option to show the PF overload tables (sshlockout, virusprot) and the ability to delete individual or all entries --- usr/local/www/diag_overload_tables.php | 138 +++++++++++++++++++++++++++++++++ usr/local/www/fbegin.inc | 1 + 2 files changed, 139 insertions(+) create mode 100644 usr/local/www/diag_overload_tables.php diff --git a/usr/local/www/diag_overload_tables.php b/usr/local/www/diag_overload_tables.php new file mode 100644 index 0000000..702f977 --- /dev/null +++ b/usr/local/www/diag_overload_tables.php @@ -0,0 +1,138 @@ + + +
+ + + + +Table: + + +

+ + + + + + + + + + + + +"; +?> + +
IP Address
+ + + + + +
No entries exist in this table.
+ + 0) + echo "

Delete all entries in this table;" + +?> + + 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"); -- cgit v1.1