Projet

Général

Profil

« Précédent | Suivant » 

Révision 63d5a5e0

Ajouté par Jean Cyr il y a plus de 9 ans

NTP server configuration does not highlight selected interfaces

Missing explode of selected interface list prevent logic from working.

Voir les différences:

usr/local/www/services_ntpd.php
172 172
}
173 173
$closehead = false;
174 174
$pconfig = &$config['ntpd'];
175
if (empty($pconfig['interface']))
176
	$pconfig['interface'] = array();
177
else
178
	$pconfig['interface'] = explode(",", $pconfig['interface']);
175 179
$pgtitle = array(gettext("Services"),gettext("NTP"));
176 180
$shortcut_section = "ntp";
177 181
include("head.inc");

Formats disponibles : Unified diff