mirror of
https://github.com/webmin/webmin.git
synced 2026-02-13 10:22:59 +00:00
12 lines
126 B
Raku
Executable File
12 lines
126 B
Raku
Executable File
|
|
do 'webmin-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( "$config_directory/miniserv.conf",
|
|
"$config_directory/config" );
|
|
}
|
|
|
|
1;
|
|
|