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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
ad00e1f0
Commit
ad00e1f0
authored
Jan 19, 2002
by
dkl%redhat.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl
parent
1eeb2fb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
relogin.cgi
relogin.cgi
+5
-2
No files found.
relogin.cgi
View file @
ad00e1f0
...
...
@@ -33,6 +33,11 @@ Set-Cookie: Bugzilla_logincookie= ; path=$cookiepath; expires=Sun, 30-Jun-80 00:
Content-type: text/html
"
;
# delete the cookie before dumping the header so that it shows the user
# as logged out if %commandmenu% is in the header
delete
$::COOKIE
{
"Bugzilla_login"
};
PutHeader
(
"Relogin"
);
print
"<B>Your login has been forgotten</B>.</P>
...
...
@@ -41,8 +46,6 @@ do an action that requires a login, you will be prompted for it.
<p>
"
;
delete
$::COOKIE
{
"Bugzilla_login"
};
PutFooter
();
exit
;
...
...
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