Файловый менеджер - Редактировать - /usr/share/webmin/bind8/syslog_logs.pl
Назад
# Contains a function to supply the syslog module with extra logs use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; our (%text); require 'bind8-lib.pl'; # syslog_getlogs() # Returns a list of structures containing extra log files known to this module sub syslog_getlogs { my $conf = &get_config(); my $logging = &find("logging", $conf); return ( ) if (!$logging); my @chans = &find("channel", $logging->{'members'}); my @rv; foreach my $c (@chans) { my $file = &find("file", $c->{'members'}); if ($file && $file->{'values'}->[0] =~ /^\//) { push(@rv, { 'file' => $file->{'values'}->[0], 'active' => 1, 'desc' => $text{'syslog_desc'} }); } } return @rv; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.28 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка