summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-29 15:34:20 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-29 15:34:20 -0500
commita6d9251e133e20affc98fecd1cbb01d56ba57df5 (patch)
treee1084975c23f0148c96b06d8fd370c729b56d4a4 /usr
parentfdf4e791dc653e99ba816233f03d88dfe316700b (diff)
downloadpfsense-a6d9251e133e20affc98fecd1cbb01d56ba57df5.zip
pfsense-a6d9251e133e20affc98fecd1cbb01d56ba57df5.tar.gz
Revert "Interface names should appear as uppercase"
This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 450401b..bd02087 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -874,7 +874,7 @@ function check_wireless_mode() {
}
}
-$pgtitle = array(gettext("Interfaces"), strtoupper($pconfig['descr']));
+$pgtitle = array(gettext("Interfaces"), $pconfig['descr']);
$statusurl = "status_interfaces.php";
$closehead = false;
OpenPOWER on IntegriCloud