summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_ntpd.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix some low-hanging potential security issues.jim-p2015-06-161-1/+1
|
* Code style services NTPPhil Davis2015-05-241-207/+248
|
* Few minor text typosPhil Davis2015-04-041-2/+2
| | | | | | Note that advertise is spelt with an "s" in other places in the GUI, so making it consistent in services_ntpd - but maybe Americans do spell it "advertize" these days?
* touch up textChris Buechler2015-03-061-1/+1
|
* Check if variables are set before trying to pass them to function ↵k-paulius2015-02-251-2/+2
| | | | substr_count to avoid generating PHP alerts.
* isset is a better check hereRenato Botelho2015-02-241-1/+1
|
* Fixing issues with NTP RRD graph state changesk-paulius2015-02-151-2/+4
| | | | | - only call enable_rrd_graphing() after $config['ntpd']['statsgraph'] is set - fix if condition; empty and isset are each other's opposites
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Remove spurious '>', fixes #4091Renato Botelho2014-12-101-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* NTP server configuration does not highlight selected interfacesJean Cyr2014-09-231-0/+4
| | | | Missing explode of selected interface list prevent logic from working.
* Encode interface/VIP descriptions before displaying them on the NTP daemon ↵jim-p2014-08-061-1/+1
| | | | settings.
* Update services_ntpd.phpnagyrobi2014-05-291-0/+2
| | | Add validation for the case of no server specified, fall back to pool.ntp.org
* Tidy up "services_ntpd" XHTMLColin Fleming2014-04-181-34/+34
| | | | | | | | | | | Add "closehead" PHP variable and manually close HEAD Add CDATA sections to SCRIPTS Closing IMG tag and add ALT Change "onclick" to lower case Add SUMMARY to tables Close INPUT tags Update HTML Boolean operators Remove closing anchor tag from INPUT tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-3/+3
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-23/+23
| | | replaced <br>, <br/> and </br> with <br />
* Another fix even for XHTML compliance and proper selectionErmal2014-02-191-1/+1
|
* Fix some obvious problems in the codeErmal2014-02-191-6/+10
|
* Update services_ntpd.phpnagyrobi2014-02-181-50/+299
| | | Extended options for NTPd
* Test var before using as array. Should fix #2794jim-p2013-02-051-1/+1
|
* Only attempt to unset this if it has been set.jim-p2012-10-031-1/+1
|
* Fix another typojim-p2012-08-221-1/+1
|
* Fix typojim-p2012-08-221-1/+1
|
* Teach ntpd how to get its time from a local GPS on serial.jim-p2012-08-211-3/+32
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-301-9/+6
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-301-0/+132
binding. Respect old ntp settings in the process.
OpenPOWER on IntegriCloud