mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 15:36:00 +00:00
12 lines
131 B
Perl
Executable File
12 lines
131 B
Perl
Executable File
|
|
do 'xinetd-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
local $conf = &get_xinetd_config();
|
|
return &unique(map { $_->{'file'} } @$conf);
|
|
}
|
|
|
|
1;
|
|
|