summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 17:23:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 17:23:23 +0000
commit586d257b959d7e46a31f508e3f0f47cfc0c6f2ad (patch)
treec80dcf1aed41dd2896aeb3e41c9159ff162c067f /usr/local
parent007ce569bb001086de975a1f41d1fbdd2b0069a8 (diff)
downloadpfsense-586d257b959d7e46a31f508e3f0f47cfc0c6f2ad.zip
pfsense-586d257b959d7e46a31f508e3f0f47cfc0c6f2ad.tar.gz
Use terminal font, size of 2 for better readability
Diffstat (limited to 'usr/local')
-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