summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-24 07:10:35 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-24 07:10:35 -0300
commitabf2e0f1a75692688642d06b4917840eedfaaa62 (patch)
treed6efa55dc479d1abd0759b49af051e1689d4aa7e /usr
parenta99547e47e2db663f611fa564350275f86615d80 (diff)
parent3be4caf956af01c59d372fddf180c32b0f562a81 (diff)
downloadpfsense-abf2e0f1a75692688642d06b4917840eedfaaa62.zip
pfsense-abf2e0f1a75692688642d06b4917840eedfaaa62.tar.gz
Merge pull request #1287 from jean-m-cyr/master
Diffstat (limited to 'usr')
-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