summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-04 20:57:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-04 20:57:01 +0000
commit82f4935f8cbb36cd2371f869800c907de7dc14ca (patch)
tree2881b56cca66d2cc5bdc8db363b71501bacaa8df /usr
parent918d2e7ef99273b20e069806288899f036ac8d67 (diff)
downloadpfsense-82f4935f8cbb36cd2371f869800c907de7dc14ca.zip
pfsense-82f4935f8cbb36cd2371f869800c907de7dc14ca.tar.gz
Do not echo out an array. It only echos "Array"
Ticket #624
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 10a9b77..dc96d74 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -243,7 +243,6 @@ function clearcombo(){
<select id="serversSelect" name="servers[]" multiple="true" size="5">
<?php
- echo $a_pool[$id]['servers'];
if (is_array($pconfig['servers'])) {
foreach($pconfig['servers'] as $svrent) {
echo " <option value=\"{$svrent}\">{$svrent}</option>\n";
OpenPOWER on IntegriCloud