mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
11 lines
113 B
Raku
11 lines
113 B
Raku
|
|
do 'mon-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( $mon_config_file, &mon_auth_file(), &mon_users_file() );
|
|
}
|
|
|
|
1;
|
|
|