summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/status_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_gateways.php b/usr/local/www/status_gateways.php
index cae896b..a764959 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -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'];?>
OpenPOWER on IntegriCloud