summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-30 14:33:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-30 14:33:56 -0300
commit1e8635e880d595972d3f34e0e2947e9acb4dd607 (patch)
tree683eb166a24ed50b16900d8871618be27a9e5ef2 /usr/local/www/services_igmpproxy.php
parent474c7b044053a0d0d00143faa23685ed243b93d0 (diff)
downloadpfsense-1e8635e880d595972d3f34e0e2947e9acb4dd607.zip
pfsense-1e8635e880d595972d3f34e0e2947e9acb4dd607.tar.gz
Show friendly interface name, fixes #3095
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 2fb5cdd..f2c7851 100755
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -108,7 +108,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(strtoupper($igmpentry['ifname']));?>
+ <?=htmlspecialchars(convert_friendly_interface_to_friendly_descr($igmpentry['ifname']));?>
</td>
<td class="listlr" ondblclick="document.location='services_igmpproxy_edit.php?id=<?=$i;?>';">
<?=htmlspecialchars($igmpentry['type']);?>
OpenPOWER on IntegriCloud