summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_gateways.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-06-26 21:26:48 -0400
committerChris Buechler <cmb@pfsense.org>2010-06-26 21:26:48 -0400
commit04735a091f2efc00baf45997124f5dec61d257e7 (patch)
treee0e7eee0be426b666859e918dcdea29cb19dd873 /usr/local/www/status_gateways.php
parent3dec33d454ad5b8146b092e927385cc2bd2c14d4 (diff)
downloadpfsense-04735a091f2efc00baf45997124f5dec61d257e7.zip
pfsense-04735a091f2efc00baf45997124f5dec61d257e7.tar.gz
fix Description display. Ticket #666
Diffstat (limited to 'usr/local/www/status_gateways.php')
-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 6d6c43d..72e14b2 100755
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -118,7 +118,7 @@ include("head.inc");
?>
</table>
</td>
- <td class="listbg"> <?=$a_gateway[$gateway['name']]['descr']; ?></td>
+ <td class="listbg"> <?=$a_gateways[$gateway['name']]['descr']; ?></td>
</tr>
<?php } ?>
</table>
OpenPOWER on IntegriCloud