summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-08 14:13:22 -0400
committerjim-p <jimp@pfsense.org>2011-06-08 14:13:22 -0400
commit156bf9b11947045afd85c61437f893d279dfc986 (patch)
treed3bb35c7f48f0ceeab1474bf39878f91d81a6c7c /usr/local/www/status_interfaces.php
parent534375b6f0ad869022c068ef35c5c6dedcd619bd (diff)
parent0042f5d964fc5c476d6c90f269ea6f49179ac016 (diff)
downloadpfsense-156bf9b11947045afd85c61437f893d279dfc986.zip
pfsense-156bf9b11947045afd85c61437f893d279dfc986.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 32dcbae..61ce262 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -180,7 +180,7 @@ include("head.inc");
<?php
$mac=$ifinfo['macaddr'];
$mac_hi = strtoupper($mac[0] . $mac[1] . $mac[3] . $mac[4] . $mac[6] . $mac[7]);
- if(isset($mac_man[$mac_hi])){ print "<span title=\"$mac\">" . htmlspecialchars($mac_man[$mac_hi]); print "</span>"; }
+ if(isset($mac_man[$mac_hi])){ print "<span>" . $mac . " - " . htmlspecialchars($mac_man[$mac_hi]); print "</span>"; }
else {print htmlspecialchars($mac);}
?>
</td>
OpenPOWER on IntegriCloud