summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.local>2009-04-17 00:38:02 -0400
committerChris Buechler <cmb@cmb-macbook-pro.local>2009-04-17 00:38:02 -0400
commit5bd4c718269d2da28f31fd1585bfa1f072cd659b (patch)
treee5851928b47807ba42cf7cb43578038aee8c8f9c /usr/local/www/services_igmpproxy.php
parentfcf384b150118e1e9ed724b2ad9ca07ce7ec97db (diff)
downloadpfsense-5bd4c718269d2da28f31fd1585bfa1f072cd659b.zip
pfsense-5bd4c718269d2da28f31fd1585bfa1f072cd659b.tar.gz
Show interface names in uppercase.
Diffstat (limited to 'usr/local/www/services_igmpproxy.php')
-rwxr-xr-xusr/local/www/services_igmpproxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php
index 111fec4..eb28fdd 100755
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -107,7 +107,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_igmpproxy as $igmpentry): ?>
<tr>
<td class="listlr" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';">
- <?=htmlspecialchars($igmpentry['ifname']);?>
+ <?=htmlspecialchars(strtoupper($igmpentry['ifname']));?>
</td>
<td class="listlr" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars($igmpentry['type']);?>
OpenPOWER on IntegriCloud