summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-06 14:03:23 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-11-06 14:03:23 -0400
commite8ad860fb4d19d137e9cb490c498327db8fba719 (patch)
tree78f7334e2329eb2610159fc2f2dbebf074e0b983 /usr
parent9455610597b6baba95a2a7c7d7183c66f5265889 (diff)
downloadpfsense-e8ad860fb4d19d137e9cb490c498327db8fba719.zip
pfsense-e8ad860fb4d19d137e9cb490c498327db8fba719.tar.gz
Interface names should appear as uppercase
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 b58aa96..64c9cd0 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -871,7 +871,7 @@ function check_wireless_mode() {
}
}
-$pgtitle = array(gettext("Interfaces"), $pconfig['descr']);
+$pgtitle = array(gettext("Interfaces"), strtoupper($pconfig['descr']));
$statusurl = "status_interfaces.php";
$closehead = false;
OpenPOWER on IntegriCloud