summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 19:09:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 19:09:02 +0000
commit4d875b4f189e508f71dda38d5f62b0c56dc8a027 (patch)
treed57f8dfe071a2fd6a9ba516f95d6421679719da1 /usr/local/www/diag_ping.php
parent6cc3419083fd9eef4b4badeff938516ba4fbbe9b (diff)
downloadpfsense-4d875b4f189e508f71dda38d5f62b0c56dc8a027.zip
pfsense-4d875b4f189e508f71dda38d5f62b0c56dc8a027.tar.gz
Update (C)
Diffstat (limited to 'usr/local/www/diag_ping.php')
-rwxr-xr-xusr/local/www/diag_ping.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 33ad4ac..c35cabe 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -2,8 +2,10 @@
<?php
/*
diag_ping.php
- part of m0n0wall (http://m0n0.ch/wall)
+ Copyright (C) 2004 Scott Ullrich
+ All rights reserved.
+ originially part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Bob Zoller (bob@kludgebox.com) and Manuel Kasper <mk@neon1.net>.
All rights reserved.
@@ -76,7 +78,7 @@ if (!isset($do_ping)) {
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Host</td>
- <td width="78%" class="vtable">
+ <td width="78%" class="vtable">
<input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>"></td>
</tr>
<tr>
@@ -90,7 +92,7 @@ if (!isset($do_ping)) {
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
- <td width="78%">
+ <td width="78%">
<input name="Submit" type="submit" class="formbtn" value="Ping">
</td>
</tr>
OpenPOWER on IntegriCloud