summaryrefslogtreecommitdiffstats
path: root/relogin.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
committerbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
commit3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 (patch)
tree3e6b8a8c419a90afa89d94f2f300cc814df0c8e8 /relogin.cgi
parenta59f318781f4f189484ba21206119c36ef3becf8 (diff)
downloadbugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.gz
bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.xz
Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-xrelogin.cgi15
1 files changed, 2 insertions, 13 deletions
diff --git a/relogin.cgi b/relogin.cgi
index 5ef523945..d1e2700aa 100755
--- a/relogin.cgi
+++ b/relogin.cgi
@@ -34,20 +34,9 @@ Content-type: text/html
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>
";
-exit;
-
-# The below was a different way, that prompted you for a login right then.
+navigation_header();
-# catch {unset COOKIE(Bugzilla_login)}
-# catch {unset COOKIE(Bugzilla_password)}
-# confirm_login
-
-# puts "Content-type: text/html\n"
-# puts "<H1>OK, logged in.</H1>"
-# puts "You are now logged in as <b>$COOKIE(Bugzilla_login)</b>."
-# puts "<p>"
-# puts "<a href=query.cgi>Back to the query page.</a>"
+exit;