summaryrefslogtreecommitdiffstats
path: root/usr
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:34:18 -0300
commit07509027dd804fed11936a4e4ceb9e1569ae4266 (patch)
treeb3f64f8e4785e5321030d6cc85dbc5b6e56e66dd /usr
parentf5b529b9fe2353ef84cc46570d00914fd247111d (diff)
downloadpfsense-07509027dd804fed11936a4e4ceb9e1569ae4266.zip
pfsense-07509027dd804fed11936a4e4ceb9e1569ae4266.tar.gz
Show friendly interface name, fixes #3095
Diffstat (limited to 'usr')
-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