Show interfaces in uppercase

This commit is contained in:
Scott Ullrich 2008-11-25 06:46:37 +00:00
parent 2e04d98aaa
commit adc79e41bb

View File

@ -134,7 +134,7 @@ effect.");?><br>
<?php
foreach($gateway_group['item'] as $item) {
$itemsplit = explode("|", $item);
echo htmlspecialchars($itemsplit[0]) . "<br/>\n";
echo htmlspecialchars(strtoupper($itemsplit[0])) . "<br/>\n";
}
?>
</td>