services_ntpd.php Conversion complete
Ready for review
touch up text
Check if variables are set before trying to pass them to function substr_count to avoid generating PHP alerts.
isset is a better check here
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
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Remove spurious '>', fixes #4091
Change copyright statement to reflect reality
NTP server configuration does not highlight selected interfaces
Missing explode of selected interface list prevent logic from working.
Encode interface/VIP descriptions before displaying them on the NTP daemon settings.
Update services_ntpd.php
Add validation for the case of no server specified, fall back to pool.ntp.org
Tidy up "services_ntpd" XHTML
Add "closehead" PHP variable and manually close HEADAdd CDATA sections to SCRIPTSClosing IMG tag and add ALTChange "onclick" to lower caseAdd SUMMARY to tablesClose INPUT tagsUpdate HTML Boolean operatorsRemove closing anchor tag from INPUT tag
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Another fix even for XHTML compliance and proper selection
Fix some obvious problems in the code
Extended options for NTPd
Test var before using as array. Should fix #2794
Only attempt to unset this if it has been set.
Fix another typo
Fix typo
Teach ntpd how to get its time from a local GPS on serial.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Fix copy/paste-o
Fix input validation and import test.
Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.