From 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 21 Nov 1998 03:18:33 +0000 Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- relogin.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 0c74319a5..5ef523945 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -30,13 +30,11 @@ 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 -"; -PutHeader("Your login has been forgotten"); -print " +

Your login has been forgotten.

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