Show interfaces with uppercase

This commit is contained in:
Scott Ullrich 2008-11-02 22:14:04 +00:00
parent 2d0ef9579f
commit e8a4a8f393

View File

@ -77,7 +77,7 @@ include("head.inc");
<?php $i = 0; foreach ($a_gateways as $gateway) { ?>
<tr>
<td class="listlr">
<?=$gateway['name'];?>
<?=strtoupper($gateway['name']);?>
</td>
<td class="listr" align="center" >
<?=$gateway['gateway'];?>