summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_ping.php1
-rwxr-xr-xusr/local/www/diag_traceroute.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index e07f593..a5b0817 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -136,6 +136,7 @@ include("head.inc"); ?>
<tr>
<td valign="top" colspan="2">
<? if ($do_ping) {
+ echo "<font face='terminal' size='2'>";
echo("<strong>Ping output:</strong><br>");
echo('<pre>');
ob_end_flush();
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 5419a7d..625fe56 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -95,6 +95,7 @@ if (!isset($do_traceroute)) {
<td valign="top" colspan="2">
<p><span class="vexpl"><span class="red"><strong>Note: </strong></span> Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.<p>
<? if ($do_traceroute) {
+ echo "<font face='terminal' size='2'>";
echo("<br><strong>Traceroute output:</strong><br>");
echo('<pre>');
ob_end_flush();
OpenPOWER on IntegriCloud