summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-29 15:34:44 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-29 15:34:44 -0500
commite3feac4e91195c26d3856e32e0fe2cf6ac48f2a4 (patch)
treed812787f19f20c653612d868c76bfaeea284d62e /usr
parent96302ebdb3bd36a1ff605c5fdfa35655af985708 (diff)
downloadpfsense-e3feac4e91195c26d3856e32e0fe2cf6ac48f2a4.zip
pfsense-e3feac4e91195c26d3856e32e0fe2cf6ac48f2a4.tar.gz
Revert "Interface names should appear as uppercase"
This reverts commit 66d57db5e44650658d95345683cf4afae6680b68.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_assign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index a21aca8..6bf63ac 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -414,7 +414,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
<?php if ($portinfo['isvlan']) {
$descr = sprintf(gettext('VLAN %1$s on %2$s'),$portinfo['tag'],$portinfo['if']);
if ($portinfo['descr'])
- $descr .= " (" . strtoupper($portinfo['descr']) . ")";
+ $descr .= " (" . $portinfo['descr'] . ")";
echo htmlspecialchars($descr);
} elseif ($portinfo['iswlclone']) {
$descr = $portinfo['cloneif'];
OpenPOWER on IntegriCloud