mirror of
https://github.com/webmin/webmin.git
synced 2026-02-09 00:39:57 +00:00
11 lines
76 B
Raku
11 lines
76 B
Raku
|
|
do 'net-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return &os_feedback_files();
|
|
}
|
|
|
|
1;
|
|
|