summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-06-22 17:37:04 +0000
committerErmal Luçi <eri@pfsense.org>2008-06-22 17:37:04 +0000
commit8e74cb8d64051aec8f05338592046419886c7cb0 (patch)
treefcf69928cc4bfbceffcca83072cec9f319ef1a37 /etc
parent2b519cf71b2daf529b31ca069131728a4e7055ca (diff)
downloadpfsense-8e74cb8d64051aec8f05338592046419886c7cb0.zip
pfsense-8e74cb8d64051aec8f05338592046419886c7cb0.tar.gz
Make things look nicer.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index d14bd63..6eb883f 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -304,7 +304,7 @@ function get_configured_interface_with_descr($only_opt = false, $withdisabled =
if ($if == "wan" || $if == "lan" || isset($ifdetail['enable']) ||
$withdisabled == true) {
if($ifdetail['descr'] == "")
- $iflist[$if] = $if;
+ $iflist[$if] = strtoupper($if);
else
$iflist[$if] = $ifdetail['descr'];
}
OpenPOWER on IntegriCloud