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

15 lines
147 B
Raku
Executable File

# mod_php3.pl
# Placeholder for mod_php3 directives
sub mod_php3_directives
{
return ();
}
sub mod_php3_handlers
{
return ("php3-script");
}
1;