Review of diag_ping.php

This commit is contained in:
Neriberto C.Prado 2010-06-30 07:09:22 -03:00
parent 9120013557
commit 477654da47

View File

@ -121,7 +121,7 @@ include("head.inc"); ?>
<td valign="top" colspan="2">
<? if ($do_ping) {
echo "<font face='terminal' size='2'>";
echo "<strong>" . gettext("Ping output") . ":</strong><br>");
echo "<strong>" . gettext("Ping output") . ":</strong><br>";
echo('<pre>');
$ifaddr = get_interface_ip($interface);
if ($ifaddr)