mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
9 lines
107 B
Raku
Executable File
9 lines
107 B
Raku
Executable File
# mod_http2.pl
|
|
|
|
sub mod_http2_directives
|
|
{
|
|
$rv = [ ];
|
|
return &make_directives($rv, $_[0], "mod_http2");
|
|
}
|
|
|