summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-01-10 12:56:44 -0500
committerjim-p <jimp@pfsense.org>2013-01-10 12:57:55 -0500
commitc73fec1f05e39b4f427844d72405ed18bba19d33 (patch)
tree89d6ac78d5a4d1f30733edf6f4ae40cc4dc13ae8 /usr/local/www/fbegin.inc
parent84f394c6f135b9f38efa28bd6f072caa75cb13b8 (diff)
downloadpfsense-c73fec1f05e39b4f427844d72405ed18bba19d33.zip
pfsense-c73fec1f05e39b4f427844d72405ed18bba19d33.tar.gz
Add a page to perform tcp connection tests to check if a host is responding on a given port.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 0ebaa23..9a1b12a 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -224,6 +224,7 @@ $diagnostics_menu[] = array(gettext("NDP Table"), "/diag_ndp.php" );
$diagnostics_menu[] = array(gettext("Tables"), "/diag_tables.php");
$diagnostics_menu[] = array(gettext("Ping"), "/diag_ping.php");
+$diagnostics_menu[] = array(gettext("Test Port"), "/diag_testport.php");
$diagnostics_menu[] = array(gettext("pfInfo"), "/diag_pf_info.php");
$diagnostics_menu[] = array(gettext("pfTop"), "/diag_system_pftop.php");
$diagnostics_menu[] = array(gettext("Reboot"), "/reboot.php");
OpenPOWER on IntegriCloud