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