diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-08 18:11:47 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-08 18:11:47 -0300 |
commit | bbde7a068ea1233569a5de11ff9c0210b868c782 (patch) | |
tree | 3ed5b35e2e4c21e9298b436af9c96834ebe23119 | |
parent | 986d138fe85367e1a9301d4bfa871c40f03ed341 (diff) | |
parent | e5849517d07b989a24d38cb98ff860dd5e9ae975 (diff) | |
download | pfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.tar.gz pfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.tar.bz2 pfsense-packages-bbde7a068ea1233569a5de11ff9c0210b868c782.zip |
Merge pull request #637 from topper727/patch-2
-rw-r--r-- | config/lcdproc-dev/lcdproc_client.php | 1 |
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) |