mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
10 lines
93 B
Raku
Executable File
10 lines
93 B
Raku
Executable File
# mod_php.pl
|
|
# Placeholder for mod_php directives
|
|
|
|
sub mod_php_directives
|
|
{
|
|
return ();
|
|
}
|
|
|
|
1;
|