summaryrefslogtreecommitdiffstats
path: root/relogin.cgi
diff options
context:
space:
mode:
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;