Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
96b77c57
Commit
96b77c57
authored
Oct 20, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops; was importing incorrect component names.
parent
b3d7e8d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
backdoor.cgi
backdoor.cgi
+6
-3
No files found.
backdoor.cgi
View file @
96b77c57
...
...
@@ -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'}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment