From e9d127328584062a35806bdeecb3faba6527a5dd Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 8 May 2002 11:40:33 +0000 Subject: Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave. --- relogin.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 0d64fb71f..d3023c850 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -55,8 +55,6 @@ print "Set-Cookie: Bugzilla_login= ; path=$cookiepath; expires=Sun, 30-Jun-80 00 Set-Cookie: Bugzilla_logincookie= ; path=$cookiepath; expires=Sun, 30-Jun-80 00:00:00 GMT "; -# delete the cookie before dumping the header so that it shows the user -# as logged out if %commandmenu% is in the header delete $::COOKIE{"Bugzilla_login"}; $vars->{'title'} = "Logged Out"; -- cgit v1.2.3-24-g4f1b