Add, commented out, the change needed to use dump.pl for a tinderbox.

This commit is contained in:
dbaron%dbaron.org 2005-02-02 22:29:45 +00:00
parent f45b5900c8
commit ea90843676

View File

@ -143,6 +143,8 @@ sub redirectToReport {
my $loc = "Location: " . $proto . $cgi->var("SERVER_NAME");
$cgi->var("SCRIPT_NAME") =~ /^(.*\/).*$/;
$loc .= $1 . "report.pl?id=" . $params{id};
# To use for a tinderbox, comment out the line above and uncomment this:
# $loc .= $1 . "dump.pl?id=" . $params{id} . "&purge=1";
print $loc, "\n\n";
}