diff --git a/usr/local/www/services_ntpd_gps.php b/usr/local/www/services_ntpd_gps.php index 7586b62090..84cee47926 100644 --- a/usr/local/www/services_ntpd_gps.php +++ b/usr/local/www/services_ntpd_gps.php @@ -70,7 +70,7 @@ if ($_POST) { else unset($config['ntpd']['gps']); if (!empty($_POST['gpstype'])) - $config['ntpd']['gps']['type'] = $_POST['gpstype']; + $config['ntpd']['gps']['type'] = 'Custom'; elseif (isset($config['ntpd']['gps']['type'])) unset($config['ntpd']['gps']['type']); @@ -314,8 +314,9 @@ SureGPS = #Sure Electronics SKG16B gpsdef['fudge2'] = "0.407"; gpsdef['inittxt'] = "JFBNVEsyMjUsMCoyQg0KJFBNVEszMTQsMSwxLDAsMSwwLDUsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDEsMCoyRA0KJFBNVEszMDEsMioyRQ0KJFBNVEszOTcsMCoyMw0KJFBNVEsxMDIqMzENCiRQTVRLMzEzLDEqMkUNCiRQTVRLNTEzLDEqMjgNCiRQTVRLMzE5LDAqMjUNCiRQTVRLNTI3LDAuMDAqMDANCiRQTVRLMjUxLDk2MDAqMTcNCg=="; break; - - } + default: + return; + } //then update the html and set the common stuff document.getElementById("gpsnmea").selectedIndex = gpsdef['nmea']; @@ -386,6 +387,7 @@ SureGPS = #Sure Electronics SKG16B