summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-11 11:06:26 -0200
committerRenato Botelho <renato@netgate.com>2015-12-11 11:06:26 -0200
commitc33fd4cc0034a43292a43133a7449d2d4bc54f6b (patch)
tree460090345c111dd9a90ca9918d0019053494898f /usr
parent03fff067bcec45861ec78cc3eec0c66a2fdd83c5 (diff)
downloadpfsense-c33fd4cc0034a43292a43133a7449d2d4bc54f6b.zip
pfsense-c33fd4cc0034a43292a43133a7449d2d4bc54f6b.tar.gz
Fix typo, gateway entry in config has a field called monitor, not monitorip
Diffstat (limited to 'usr')
-rw-r--r--usr/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 a151788..afc73d5 100644
--- a/usr/local/www/status_gateways.php
+++ b/usr/local/www/status_gateways.php
@@ -92,7 +92,7 @@ include("head.inc");
<?php if ($gateways_status[$gname])
echo $gateways_status[$gname]['monitorip'];
else
- echo $gateway['monitorip'];
+ echo $gateway['monitor'];
?>
</td>
<td class="listr" align="center">
OpenPOWER on IntegriCloud