From 0ca30382be83fccfc4e352096c87c56bbf8a673c Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 17 Nov 1998 03:43:49 +0000 Subject: Patch by Andrew Anderson . Many minor bugfixes and cleanup. --- relogin.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 5ef523945..0c74319a5 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -30,11 +30,13 @@ Set-Cookie: Bugzilla_logincookie= ; path=/; expires=Sun, 30-Jun-80 00:00:00 GMT Set-Cookie: Bugzilla_password= ; path=/; expires=Sun, 30-Jun-80 00:00:00 GMT Content-type: text/html -

Your login has been forgotten.

+"; +PutHeader("Your login has been forgotten"); +print " The cookie that was remembering your login is now gone. The next time you do an action that requires a login, you will be prompted for it.

-Back to the query page. +Back to the query page. "; exit; -- cgit v1.2.3-24-g4f1b