webmin--webmin
15 行
147 B
Raku
可执行文件
15 行
147 B
Raku
可执行文件
# mod_php3.pl
|
|
# Placeholder for mod_php3 directives
|
|
|
|
sub mod_php3_directives
|
|
{
|
|
return ();
|
|
}
|
|
|
|
sub mod_php3_handlers
|
|
{
|
|
return ("php3-script");
|
|
}
|
|
|
|
1;
|