Projet

Général

Profil

« Précédent | Suivant » 

Révision 88c24958

Ajouté par jim-p il y a plus de 9 ans

Encode interface/VIP descriptions before displaying them on the NTP daemon settings.

Voir les différences:

usr/local/www/services_ntpd.php
264 264
		echo "<option value='{$iface}'";
265 265
		if (is_array($pconfig['interface']))
266 266
			if (in_array($iface, $pconfig['interface'])) echo " selected=\"selected\"";
267
		echo ">{$ifacename}</option>\n";
267
		echo ">" . htmlspecialchars($ifacename) . "</option>\n";
268 268
	} ?>
269 269
					</select>
270 270
					<br />

Formats disponibles : Unified diff