*** empty log message ***

svn path=/trunk/boinc/; revision=2155
This commit is contained in:
Karl Chen 2003-08-19 23:09:13 +00:00
parent c951ea8a9f
commit ebb52e62d5
1 changed files with 2 additions and 1 deletions

View File

@ -698,7 +698,7 @@ if ($method eq 'POST' &&
$v =~ s/\+/ /g; $v =~ s/%(..)/pack("c",hex($1))/ge;
$in{$k} = $v;
}
}
}
# replace %XX sequences in page
$page =~ s/%(..)/pack("c",hex($1))/ge;
@ -1206,6 +1206,7 @@ if (&get_type($full) eq "internal/cgi") {
if ($full =~ /[.]php[34]?$/) {
$queryargs = "$full $queryargs";
$full = $PHP_CGI_PATH;
print "Content-Type: text/html\n\n";
}
exec($full, split(/\s+/, $queryargs));
print STDERR "Failed to exec $full : $!\n";