webmin/apache/mod_php3.pl

15 lines
147 B
Perl
Raw Permalink Normal View History

2007-04-12 20:24:50 +00:00
# mod_php3.pl
# Placeholder for mod_php3 directives
sub mod_php3_directives
{
return ();
}
sub mod_php3_handlers
{
return ("php3-script");
}
1;