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'});
if ( (! defined $who) || (!$who) ) {
PutHeader("Bad login.");
print qq|
The login info got confused. Please
<a href="http://bugzilla.mozilla.org/query.cgi?GoAheadAndLogIn=1">log in</a>
(again) and try again.\n
|;
The login info got confused. Please <a href="query.cgi?GoAheadAndLogIn=1">log
in</a> (again) and try again.\n|;
PutFooter();
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