10 lines
93 B
Perl
10 lines
93 B
Perl
|
# mod_php.pl
|
||
|
# Placeholder for mod_php directives
|
||
|
|
||
|
sub mod_php_directives
|
||
|
{
|
||
|
return ();
|
||
|
}
|
||
|
|
||
|
1;
|