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

git-svn-id: svn://10.0.0.236/trunk@58094 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-01-18 14:41:00 +00:00
parent fc99a06546
commit 6bcdaab21e

View File

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