Project

General

Profile

Download (15.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
08d56bd1 05/21/2015 12:21 PM sbeaver

services_ntpd.php Conversion complete

Ready for review

8cb4f5b1 03/06/2015 09:36 AM Chris Buechler

touch up text

10221050 02/26/2015 02:44 AM k-paulius

Check if variables are set before trying to pass them to function substr_count to avoid generating PHP alerts.

5a27b146 02/24/2015 06:40 PM Renato Botelho

isset is a better check here

e2caaee8 02/16/2015 05:31 AM k-paulius

Fixing issues with NTP RRD graph state changes

- only call enable_rrd_graphing() after $config['ntpd']['statsgraph']
is set
- fix if condition; empty and isset are each other's opposites
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

d7563eeb 12/10/2014 02:14 PM Renato Botelho

Remove spurious '>', fixes #4091

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

63d5a5e0 09/23/2014 07:16 AM Jean Cyr

NTP server configuration does not highlight selected interfaces

Missing explode of selected interface list prevent logic from working.

88c24958 08/06/2014 07:57 PM Jim Pingle

Encode interface/VIP descriptions before displaying them on the NTP daemon settings.

4e6b0a0e 05/29/2014 12:20 PM robi robi

Update services_ntpd.php

Add validation for the case of no server specified, fall back to pool.ntp.org

d9555fc5 04/18/2014 10:08 PM Colin Fleming

Tidy up "services_ntpd" XHTML

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

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

482c93e5 02/19/2014 03:28 PM Ermal LUÇI

Another fix even for XHTML compliance and proper selection

08005d0a 02/19/2014 03:27 PM Ermal LUÇI

Fix some obvious problems in the code

c1e68244 02/18/2014 02:14 PM robi robi

Update services_ntpd.php

Extended options for NTPd

d2b2872a 02/05/2013 01:28 PM Jim Pingle

Test var before using as array. Should fix #2794

6162b068 10/03/2012 05:17 PM Jim Pingle

Only attempt to unset this if it has been set.

5a429ed6 08/22/2012 06:50 PM Jim Pingle

Fix another typo

c1406943 08/22/2012 04:15 AM Jim Pingle

Fix typo

5c8843d5 08/21/2012 08:23 PM Jim Pingle

Teach ntpd how to get its time from a local GPS on serial.

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

46ca7f3d 05/30/2012 05:10 PM Jim Pingle

Fix copy/paste-o

58168f4e 05/30/2012 04:59 PM Jim Pingle

Fix input validation and import test.

cf180ccc 05/30/2012 04:44 PM Jim Pingle

Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.