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
be3da831
Commit
be3da831
authored
Jul 12, 2002
by
jouni%heikniemi.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 156680: "Undefined variable warning" in createaccount.cgi
2xr=bbaetz
parent
bcf9625d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
createaccount.cgi
createaccount.cgi
+1
-1
No files found.
createaccount.cgi
View file @
be3da831
...
@@ -61,10 +61,10 @@ Set-Cookie: Bugzilla_logincookie= ; path=$cookiepath; expires=Sun, 30-Jun-80 00:
...
@@ -61,10 +61,10 @@ Set-Cookie: Bugzilla_logincookie= ; path=$cookiepath; expires=Sun, 30-Jun-80 00:
print
"Content-Type: text/html\n\n"
;
print
"Content-Type: text/html\n\n"
;
my
$login
=
$::FORM
{
'login'
};
my
$login
=
$::FORM
{
'login'
};
my
$realname
=
trim
(
$::FORM
{
'realname'
});
if
(
defined
(
$login
))
{
if
(
defined
(
$login
))
{
# We've been asked to create an account.
# We've been asked to create an account.
my
$realname
=
trim
(
$::FORM
{
'realname'
});
CheckEmailSyntax
(
$login
);
CheckEmailSyntax
(
$login
);
trick_taint
(
$login
);
trick_taint
(
$login
);
$vars
->
{
'login'
}
=
$login
;
$vars
->
{
'login'
}
=
$login
;
...
...
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