summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-25 06:48:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-25 06:48:00 +0000
commit2655814b3cd69e6908b45d75f552d6a17fbebc91 (patch)
tree05022de4a56484e1cc71a0d9957bd51dd6fd6a77 /usr/local/www/system_gateways.php
parentadc79e41bbbc93238282b511c105cfd73d378059 (diff)
downloadpfsense-2655814b3cd69e6908b45d75f552d6a17fbebc91.zip
pfsense-2655814b3cd69e6908b45d75f552d6a17fbebc91.tar.gz
Show interface in uppercase
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index c6d9410..3b0cd6c 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -130,7 +130,7 @@ effect.");?><br>
<tr>
<td class="listlr" ondblclick="document.location='system_gateways_edit.php?id=<?=$i;?>';">
<?php
- echo $gateway['name'];
+ echo strtoupper($gateway['name']);
if(isset($gateway['defaultgw'])) {
echo " <strong>(default)<strong>";
}
OpenPOWER on IntegriCloud