Commit ad00e1f0 authored by dkl%redhat.com's avatar dkl%redhat.com

Fix for bug 120817 - Log Out and %commandmenu% in bannerhtml, r=justdave,dkl

parent 1eeb2fb8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment