Your IP : 216.73.216.95


Current Path : /usr/share/webmin/proftpd/
Upload File :
Current File : //usr/share/webmin/proftpd/feedback_files.pl

do 'proftpd-lib.pl';

sub feedback_files
{
local $conf = &get_config();
return &unique(map { $_->{'file'} } @$conf);

}

1;