my $cgi = new CGI;
-my $version = "063";
+my $version = "064";
my $projectroot = "/pub/scm";
my $defaultprojects = "linux/kernel/git";
my $gitbin = "/usr/bin";
sub die_error {
my $status = shift || "403 Forbidden";
my $error = shift || "Malformed query, file missing or permission denied";
+
+ $project = "";
+ $action = "";
git_header_html($status);
print "<div class=\"page_body\">\n" .
"<br/><br/>\n";
if ($ad{'hour_local'} < 6 ) { print "</span>"; }
print "<br/>\n";
print "committer " . escapeHTML($co{'committer'}) . "<br/>\n";
- print "commit-time " . $ad{'rfc2822'};
+ print "commit-time " . $cd{'rfc2822'};
printf(" (%02d:%02d %s)", $cd{'hour_local'}, $cd{'minute_local'}, $cd{'tz_local'});
print "<br/>\n";
print "commit   $hash<br/>\n";