summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_ntpd_gps.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_ntpd_gps.php')
-rw-r--r--usr/local/www/services_ntpd_gps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_ntpd_gps.php b/usr/local/www/services_ntpd_gps.php
index 84cee47..76bd9d5 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'] = 'Custom';
+ $config['ntpd']['gps']['type'] = $_POST['gpstype'];
elseif (isset($config['ntpd']['gps']['type']))
unset($config['ntpd']['gps']['type']);
OpenPOWER on IntegriCloud