summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_pool.php
diff options
context:
space:
mode:
authorEirik Oeverby <ltning@anduin.net>2010-08-13 22:37:36 +0200
committerEirik Oeverby <ltning@anduin.net>2010-08-13 22:37:36 +0200
commit94933d561cdd67db602d5e5391bdf6ae84e3709b (patch)
treea3d21e058445c1b7e3239854484892434d824591 /usr/local/www/status_lb_pool.php
parentae67b1fbe149107aeaa19a6780b04caa5d6a0152 (diff)
downloadpfsense-94933d561cdd67db602d5e5391bdf6ae84e3709b.zip
pfsense-94933d561cdd67db602d5e5391bdf6ae84e3709b.tar.gz
Fixed host status bug - how did that get there??
Diffstat (limited to 'usr/local/www/status_lb_pool.php')
-rwxr-xr-xusr/local/www/status_lb_pool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_lb_pool.php b/usr/local/www/status_lb_pool.php
index b288bd8..7417ac2 100755
--- a/usr/local/www/status_lb_pool.php
+++ b/usr/local/www/status_lb_pool.php
@@ -170,7 +170,7 @@ if ($_POST) {
$pool_hosts=array();
foreach ((array) $pool['servers'] as $server) {
$svr['ip']['addr']=$server;
- $svr['ip']['state']=$relay_hosts[$pool['name'].":".$pool['port']][$server['ip']]['state'];
+ $svr['ip']['state']=$relay_hosts[$pool['name'].":".$pool['port']][$server]['state'];
$pool_hosts[]=$svr;
}
foreach ((array) $pool['serversdisabled'] as $server) {
OpenPOWER on IntegriCloud