webmin/apache/mod_php.pl

10 lines
93 B
Perl
Raw Normal View History

2007-04-12 20:24:50 +00:00
# mod_php.pl
# Placeholder for mod_php directives
sub mod_php_directives
{
return ();
}
1;