mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
13 lines
126 B
Perl
Executable File
13 lines
126 B
Perl
Executable File
|
|
do 'proftpd-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
local $conf = &get_config();
|
|
return &unique(map { $_->{'file'} } @$conf);
|
|
|
|
}
|
|
|
|
1;
|
|
|