summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-06-06 19:52:28 +0700
committergnhb <gnoahb@gmail.com>2010-06-06 19:52:28 +0700
commitebdbdbc26b7b60e9a9bf9226ea3cc3306095f669 (patch)
treee0e785eb477d3367b4425cefaf34dfcfa1f584fb /usr/local/www/status_interfaces.php
parentcac14686eb66f19a9a44608aea1f087a75b0713a (diff)
downloadpfsense-ebdbdbc26b7b60e9a9bf9226ea3cc3306095f669.zip
pfsense-ebdbdbc26b7b60e9a9bf9226ea3cc3306095f669.tar.gz
Make display of interface name and uptime work again on status_interfaces.php
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index eaa968b..11b74fd 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -76,9 +76,7 @@ include("head.inc");
<?php endif; ?>
<tr>
<td colspan="2" class="listtopic">
- <?=htmlspecialchars($ifname);?>
- interface
- (<?=($ifinfo['hwif']);?>)
+ <?=htmlspecialchars($ifname);?> interface (<?=htmlspecialchars($ifinfo['hwif']);?>)
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud