mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
12 lines
137 B
Raku
Executable File
12 lines
137 B
Raku
Executable File
|
|
do 'usermin-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( "$config{'usermin_dir'}/miniserv.conf",
|
|
"$config{'usermin_dir'}/config" );
|
|
}
|
|
|
|
1;
|
|
|