summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_pps.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_ntpd_pps.php')
-rw-r--r--src/usr/local/www/services_ntpd_pps.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/usr/local/www/services_ntpd_pps.php b/src/usr/local/www/services_ntpd_pps.php
index f825324..9de8431 100644
--- a/src/usr/local/www/services_ntpd_pps.php
+++ b/src/usr/local/www/services_ntpd_pps.php
@@ -1,11 +1,10 @@
<?php
-/* $Id$ */
/*
services_ntpd_pps.php
*/
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
- * Copyright (c) 2013 Dagorlad
+ * Copyright (c) 2013 Dagorlad
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
@@ -143,7 +142,7 @@ include("head.inc");
if ($input_errors)
print_input_errors($input_errors);
-
+
if ($savemsg)
print_info_box($savemsg, 'success');
@@ -155,16 +154,16 @@ display_top_tabs($tab_array);
require_once('classes/Form.class.php');
-$form = new Form;
+$form = new Form;
$section = new Form_Section('NTP Serial PPS Configuration');
$section->addInput(new Form_StaticText(
'Notes',
'Devices with a Pulse Per Second output such as radios that receive a time signal from DCF77 (DE), JJY (JP), MSF (GB) or WWVB (US) may be used as a PPS reference for NTP. ' .
- 'A serial GPS may also be used, but the serial GPS driver would usually be the better option. ' .
+ 'A serial GPS may also be used, but the serial GPS driver would usually be the better option. ' .
'A PPS signal only provides a reference to the change of a second, so at least one other source to number the seconds is required.' . '<br /><br />' .
- 'At least 3 additional time sources should be configured under ' .
+ 'At least 3 additional time sources should be configured under ' .
'<a href="services_ntpd.php">' . 'Services > NTP' . '</a>' . ' to reliably supply the time of each PPS pulse.'
));
@@ -172,12 +171,12 @@ $serialports = glob("/dev/cua?[0-9]{,.[0-9]}", GLOB_BRACE);
if (!empty($serialports)) {
$splist = array();
-
+
foreach ($serialports as $port) {
$shortport = substr($port,5);
$splist[$shortport] = $shortport;
}
-
+
$section->addInput(new Form_Select(
'ppsport',
'Serial port',
OpenPOWER on IntegriCloud