Handle ReadParseMime in CGI

This commit is contained in:
Jamie Cameron
2009-06-07 19:46:29 +00:00
parent 8245078577
commit 2b762082d5

View File

@@ -359,7 +359,7 @@ if ($cgi eq "index.cgi") {
}
# Otherwise check if it appears to parse any args
local $data = &read_file_contents($mroot."/".$cgi);
if ($data =~ /ReadParse\(/) {
if ($data =~ /(ReadParse|ReadParseMime)\(/) {
return "none";
}
return undef;