]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Footer wasn't displaying new state after clicking "log out".
authorterry%mozilla.org <>
Tue, 18 Jan 2000 22:41:00 +0000 (22:41 +0000)
committerterry%mozilla.org <>
Tue, 18 Jan 2000 22:41:00 +0000 (22:41 +0000)
relogin.cgi

index 4bfc133d576dc1e9d7737c14c44c891ac9778eca..a179bafb70dab64533c2e9960271d9165c01b7b0 100755 (executable)
@@ -23,6 +23,8 @@
 use diagnostics;
 use strict;
 
+use vars %::COOKIE;
+
 require "CGI.pl";
 
 
@@ -40,6 +42,8 @@ do an action that requires a login, you will be prompted for it.
 <p>
 ";
 
+delete $::COOKIE{"Bugzilla_login"};
+
 PutFooter();
 
 exit;