Revision e78ecb96
Added by NOYB NOYB about 9 years ago
src/usr/local/www/services_ntpd.php | ||
---|---|---|
330 | 330 |
'Log system messages (default: disabled).', |
331 | 331 |
$pconfig['logsys'] |
332 | 332 |
))->setHelp('These options enable additional messages from NTP to be written to the System Log ' . |
333 |
'<a href="status_logs.php?logfile=ntpd">' . 'Status > System Logs > NTP' . '</a>'); |
|
333 |
'<a href="status_logs.php?logfile=ntpd">' . 'Status > System Logs > NTP' . '</a>.');
|
|
334 | 334 |
|
335 | 335 |
// Statistics logging section |
336 | 336 |
$btnadv = new Form_Button( |
... | ... | |
388 | 388 |
'leaptext', |
389 | 389 |
null, |
390 | 390 |
base64_decode(chunk_split($pconfig['leapsec'])) |
391 |
))->setHelp('Enter Leap second configuration as text OR select a file to upload'); |
|
391 |
))->setHelp('Enter Leap second configuration as text OR select a file to upload.');
|
|
392 | 392 |
|
393 | 393 |
$section->addInput(new Form_Input( |
394 | 394 |
'leapfile', |
Also available in: Unified diff
Services - Punctuation
Clean up some services menu punctuation.