mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
14 lines
205 B
Perl
Executable File
14 lines
205 B
Perl
Executable File
|
|
do 'stunnel-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
local %iconfig = &foreign_config("inetd");
|
|
local %xconfig = &foreign_config("xinetd");
|
|
return ( $iconfig{'inetd_conf_file'},
|
|
$xconfig{'xinetd_conf'} );
|
|
}
|
|
|
|
1;
|
|
|