From: terry%mozilla.org <> Date: Tue, 18 Jan 2000 22:41:00 +0000 (+0000) Subject: Footer wasn't displaying new state after clicking "log out". X-Git-Tag: bugzilla-2.12~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45966a66789b8c452ff826aab8cc521e786bb87a;p=thirdparty%2Fbugzilla.git Footer wasn't displaying new state after clicking "log out". --- diff --git a/relogin.cgi b/relogin.cgi index 4bfc133d57..a179bafb70 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -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.
"; +delete $::COOKIE{"Bugzilla_login"}; + PutFooter(); exit;