Handle hostnames with upper-case letters
[webmin.git] / apache / mod_php.pl
1 # mod_php.pl
2 # Placeholder for mod_php directives
3
4 sub mod_php_directives
5 {
6 return ();
7 }
8
9 1;