mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Rename the old logging system to "System Logs RS" to free up the name for actual systemd-journald
This commit is contained in:
@@ -9,7 +9,10 @@ $ver = &get_syslog_ng_version();
|
||||
my $index_econf2;
|
||||
if (&has_command('systemctl')) {
|
||||
if (&foreign_available('logviewer')) {
|
||||
$index_econf2 = &text('index_econf2', "System Logs Viewer", "@{[&get_webprefix()]}/logviewer") . "<p><br>";
|
||||
my %logviewer_text = &load_language('logviewer');
|
||||
$index_econf2 = &text('index_econf2',
|
||||
$logviewer_text{'index_title'},
|
||||
"@{[&get_webprefix()]}/logviewer") . "<p><br>";
|
||||
}
|
||||
}
|
||||
if (!$ver) {
|
||||
|
||||
Reference in New Issue
Block a user