mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
11 lines
76 B
Raku
Executable File
11 lines
76 B
Raku
Executable File
|
|
do 'net-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return &os_feedback_files();
|
|
}
|
|
|
|
1;
|
|
|