Commit 45966a66 authored by terry%mozilla.org's avatar terry%mozilla.org

Footer wasn't displaying new state after clicking "log out".

parent ca876033
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
use diagnostics; use diagnostics;
use strict; use strict;
use vars %::COOKIE;
require "CGI.pl"; require "CGI.pl";
...@@ -40,6 +42,8 @@ do an action that requires a login, you will be prompted for it. ...@@ -40,6 +42,8 @@ do an action that requires a login, you will be prompted for it.
<p> <p>
"; ";
delete $::COOKIE{"Bugzilla_login"};
PutFooter(); PutFooter();
exit; 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