summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbackdoor.cgi9
1 files changed, 6 insertions, 3 deletions
diff --git a/backdoor.cgi b/backdoor.cgi
index ad1d66542..f4b05c637 100755
--- a/backdoor.cgi
+++ b/backdoor.cgi
@@ -61,9 +61,6 @@ if (!defined $passwd || !defined $::FORM{'passwd'} ||
-my %prodmap = ("Communicator" => "Mozilla");
-
-
my $prod = $::FORM{'product'};
my $comp = $::FORM{'component'};
my $version = $::FORM{'version'};
@@ -103,6 +100,12 @@ if (lsearch($::versions{$prod}, $version) < 0) {
Punt("version", $comp);
}
+
+$::FORM{'product'} = $prod;
+$::FORM{'component'} = $comp;
+$::FORM{'version'} = $version;
+
+
$::FORM{'long_desc'} =
"(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #$::FORM{'bug_id'}