diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-29 15:34:20 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-29 15:34:20 -0500 |
commit | a6d9251e133e20affc98fecd1cbb01d56ba57df5 (patch) | |
tree | e1084975c23f0148c96b06d8fd370c729b56d4a4 /usr/local/www | |
parent | fdf4e791dc653e99ba816233f03d88dfe316700b (diff) | |
download | pfsense-a6d9251e133e20affc98fecd1cbb01d56ba57df5.zip pfsense-a6d9251e133e20affc98fecd1cbb01d56ba57df5.tar.gz |
Revert "Interface names should appear as uppercase"
This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/interfaces.php | 2 |
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; |