aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortopper727 <topper727@gmail.com>2014-04-04 01:40:55 -0400
committertopper727 <topper727@gmail.com>2014-04-04 01:40:55 -0400
commite5849517d07b989a24d38cb98ff860dd5e9ae975 (patch)
treeb524533fb62c898ef855d1655b0041beabdf1747
parent61620ec162c863251a9d433df2fd670569e44e2e (diff)
downloadpfsense-packages-e5849517d07b989a24d38cb98ff860dd5e9ae975.tar.gz
pfsense-packages-e5849517d07b989a24d38cb98ff860dd5e9ae975.tar.bz2
pfsense-packages-e5849517d07b989a24d38cb98ff860dd5e9ae975.zip
Update lcdproc_client.php
Fixed the LED4 to show gateway status on CrystalFontz displays. Please update version number
-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)