mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
system: fix log links; closes #3862
This commit is contained in:
parent
b4147a1e94
commit
e1f2fb0f3d
@ -335,7 +335,7 @@ include("head.inc");
|
||||
<input name="logsys" type="checkbox" <?=!empty($pconfig['logsys']) ? " checked=\"checked\"" : ""; ?> />
|
||||
<?=gettext("Enable logging of system messages (default: disabled)."); ?>
|
||||
<div class="hidden" data-for="help_for_syslog">
|
||||
<?=gettext("These options enable additional messages from NTP to be written to the System Log");?> (<a href="diag_logs_ntpd.php"><?=gettext("Status > System Logs > NTP"); ?></a>).
|
||||
<?=gettext("These options enable additional messages from NTP to be written to the System Log");?> (<a href="/ui/diagnostics/log/core/ntpd"><?=gettext("Status > System Logs > NTP"); ?></a>).
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
$system_log_title = gettext('System Log');
|
||||
$system_log_title_link = 'diag_logs.php';
|
||||
$system_log_title_link = 'ui/diagnostics/log/core/system';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user