mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
11 lines
110 B
Raku
Executable File
11 lines
110 B
Raku
Executable File
|
|
do 'heartbeat-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( $ha_cf, $haresources, $authkeys, $resource_d );
|
|
}
|
|
|
|
1;
|
|
|