mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
10 lines
173 B
Raku
Executable File
10 lines
173 B
Raku
Executable File
# Only exists to detect this module, as it adds no directives
|
|
|
|
sub mod_proxy_balancer_directives
|
|
{
|
|
$rv = [ ];
|
|
return &make_directives($rv, $_[0], "mod_proxy_balancer");
|
|
}
|
|
|
|
|