From 8829ae5f033999f20009364226a9239a1a706b68 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 24 Sep 1999 02:08:01 +0000 Subject: Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. --- relogin.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index d1e2700aa..a62577ca6 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -30,7 +30,10 @@ 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 ("Relogin"); + +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.

-- cgit v1.2.3-24-g4f1b