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 @@
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;
......
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