Show interface names in uppercase.

This commit is contained in:
Chris Buechler 2009-04-17 00:38:02 -04:00
parent fcf384b150
commit 5bd4c71826

View File

@ -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']);?>