diff options
author | terry%netscape.com <> | 1998-11-17 03:43:49 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1998-11-17 03:43:49 +0000 |
commit | 0ca30382be83fccfc4e352096c87c56bbf8a673c (patch) | |
tree | 36342c8de0050b5bed4b67b29a14eb97e78c5e28 /relogin.cgi | |
parent | 1cf02cc7c177a691ae9980f928ae30efb84a8c99 (diff) | |
download | bugs-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar bugs-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar.gz bugs-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar.bz2 bugs-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar.xz bugs-0ca30382be83fccfc4e352096c87c56bbf8a673c.zip |
Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 6 |
1 files changed, 4 insertions, 2 deletions
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 -<H1>Your login has been forgotten.</H1> +"; +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. <p> -<a href=query.cgi>Back to the query page.</a> +<A HREF=\"query.cgi\">Back to the query page.</A> "; exit; |