Projet

Général

Profil

« Précédent | Suivant » 

Révision 3be4caf9

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

NTP Service GPS page always reverts to 'Custom' GPS type

Remember and correctly display GPS type setting

Voir les différences:

usr/local/www/services_ntpd_gps.php
70 70
	else unset($config['ntpd']['gps']);
71 71

  
72 72
	if (!empty($_POST['gpstype']))
73
		$config['ntpd']['gps']['type'] = 'Custom';
73
		$config['ntpd']['gps']['type'] = $_POST['gpstype'];
74 74
	elseif (isset($config['ntpd']['gps']['type']))
75 75
		unset($config['ntpd']['gps']['type']);
76 76

  

Formats disponibles : Unified diff