webmin--webmin
9 行
107 B
Raku
可执行文件
9 行
107 B
Raku
可执行文件
# mod_http2.pl
|
|
|
|
sub mod_http2_directives
|
|
{
|
|
$rv = [ ];
|
|
return &make_directives($rv, $_[0], "mod_http2");
|
|
}
|
|
|