Revision 3e081161
Added by NOYB NOYB over 9 years ago
src/usr/local/www/diag_logs.php | ||
---|---|---|
602 | 602 |
'' |
603 | 603 |
))->displayAsRadio(); |
604 | 604 |
|
605 |
$group->setHelp('Show the log entries as formated or raw output as generated by the service. The raw output will reveal more detailed information, but it is more difficult to read.'); |
|
605 |
$group->setHelp('Show the log entries as formatted or raw output as generated by the service. The raw output will reveal more detailed information, but it is more difficult to read.');
|
|
606 | 606 |
$section->add($group); |
607 | 607 |
|
608 | 608 |
if ($logfile == 'system') { |
Also available in: Unified diff
Spelling Correction
s/formated/formatted/
Thanks Phil