Commit 858fd64e authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.

parent da34d05d
...@@ -85,10 +85,8 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'}); ...@@ -85,10 +85,8 @@ my $who = DBNameToIdAndCheck($::COOKIE{'Bugzilla_login'});
if ( (! defined $who) || (!$who) ) { if ( (! defined $who) || (!$who) ) {
PutHeader("Bad login."); PutHeader("Bad login.");
print qq| print qq|
The login info got confused. Please The login info got confused. Please <a href="query.cgi?GoAheadAndLogIn=1">log
<a href="http://bugzilla.mozilla.org/query.cgi?GoAheadAndLogIn=1">log in</a> in</a> (again) and try again.\n|;
(again) and try again.\n
|;
PutFooter(); PutFooter();
exit(); exit();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment