mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
11 lines
124 B
Raku
Executable File
11 lines
124 B
Raku
Executable File
|
|
do 'pserver-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( $passwd_file, $readers_file, $writers_file, $cvs_config_file );
|
|
}
|
|
|
|
1;
|
|
|