aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-08 18:11:47 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-05-08 18:11:47 -0300
commitbbde7a068ea1233569a5de11ff9c0210b868c782 (patch)
tree3ed5b35e2e4c21e9298b436af9c96834ebe23119 /config
parent986d138fe85367e1a9301d4bfa871c40f03ed341 (diff)
parente5849517d07b989a24d38cb98ff860dd5e9ae975 (diff)
downloadpfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.tar.gz
pfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.tar.bz2
pfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.zip
Merge pull request #637 from topper727/patch-2
Diffstat (limited to 'config')
-rw-r--r--config/lcdproc-dev/lcdproc_client.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/lcdproc-dev/lcdproc_client.php b/config/lcdproc-dev/lcdproc_client.php
index 3337052c..5306c903 100644
--- a/config/lcdproc-dev/lcdproc_client.php
+++ b/config/lcdproc-dev/lcdproc_client.php
@@ -513,6 +513,7 @@
1 = All gateway up */
global $g;
global $config;
+ $a_gateways = return_gateways_array();
$gateways_status = array();
$gateways_status = return_gateways_status(true);
foreach ($a_gateways as $gname => $gateway)