Handle hostnames with upper-case letters
[webmin.git] / proftpd / feedback_files.pl
1
2 do 'proftpd-lib.pl';
3
4 sub feedback_files
5 {
6 local $conf = &get_config();
7 return &unique(map { $_->{'file'} } @$conf);
8
9 }
10
11 1;
12