diff options
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |