Projet

Général

Profil

« Précédent | Suivant » 

Révision 82f4935f

Ajouté par Scott Ullrich il y a plus de 18 ans

Do not echo out an array. It only echos "Array"

Ticket #624

Voir les différences:

usr/local/www/load_balancer_pool_edit.php
243 243
							<select id="serversSelect" name="servers[]" multiple="true" size="5">
244 244
							
245 245
<?php
246
							echo $a_pool[$id]['servers'];
247 246
							if (is_array($pconfig['servers'])) {
248 247
								foreach($pconfig['servers'] as $svrent) {
249 248
									echo "    <option value=\"{$svrent}\">{$svrent}</option>\n";

Formats disponibles : Unified diff