mirror of
https://github.com/webmin/webmin.git
synced 2026-01-16 15:06:07 +00:00
11 lines
121 B
Raku
Executable File
11 lines
121 B
Raku
Executable File
# Empty for now
|
|
|
|
sub mod_rewrite_directives
|
|
{
|
|
$rv = [
|
|
];
|
|
return &make_directives($rv, $_[0], "mod_rewrite");
|
|
}
|
|
|
|
1;
|