diff options
author | terry%mozilla.org <> | 1999-09-24 02:08:01 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 1999-09-24 02:08:01 +0000 |
commit | 8829ae5f033999f20009364226a9239a1a706b68 (patch) | |
tree | 0a0e03f8195c4fcc5e992d5b2841f9dfa84c01b3 /relogin.cgi | |
parent | 650e42208e0b0809c3a2092a0c6c6841439a3fdd (diff) | |
download | bugs-8829ae5f033999f20009364226a9239a1a706b68.tar bugs-8829ae5f033999f20009364226a9239a1a706b68.tar.gz bugs-8829ae5f033999f20009364226a9239a1a706b68.tar.bz2 bugs-8829ae5f033999f20009364226a9239a1a706b68.tar.xz bugs-8829ae5f033999f20009364226a9239a1a706b68.zip |
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
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 -<H1>Your login has been forgotten.</H1> +"; +PutHeader ("Relogin"); + +print "<B>Your login has been forgotten</B>.</P> 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. <p> |