Files
webmin/apache/mod_php.pl
Jamie Cameron 9dbd5db2c9 Fix permissions
2009-07-20 23:42:32 -07:00

10 lines
93 B
Raku
Executable File

# mod_php.pl
# Placeholder for mod_php directives
sub mod_php_directives
{
return ();
}
1;