Handle hostnames with upper-case letters
[webmin.git] / stunnel / feedback_files.pl
1
2 do 'stunnel-lib.pl';
3
4 sub feedback_files
5 {
6 local %iconfig = &foreign_config("inetd");
7 local %xconfig = &foreign_config("xinetd");
8 return ( $iconfig{'inetd_conf_file'},
9          $xconfig{'xinetd_conf'} );
10 }
11
12 1;
13