Revision e8a4a8f3
Added by Scott Ullrich almost 17 years ago
usr/local/www/status_gateways.php | ||
---|---|---|
77 | 77 |
<?php $i = 0; foreach ($a_gateways as $gateway) { ?> |
78 | 78 |
<tr> |
79 | 79 |
<td class="listlr"> |
80 |
<?=$gateway['name'];?>
|
|
80 |
<?=strtoupper($gateway['name']);?>
|
|
81 | 81 |
</td> |
82 | 82 |
<td class="listr" align="center" > |
83 | 83 |
<?=$gateway['gateway'];?> |
Also available in: Unified diff
Show interfaces with uppercase