]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.
authorgerv%gerv.net <>
Wed, 17 Oct 2001 01:42:05 +0000 (01:42 +0000)
committergerv%gerv.net <>
Wed, 17 Oct 2001 01:42:05 +0000 (01:42 +0000)
doeditvotes.cgi

index ab3ae14b6c933b074b739271f75f60749f082674..bcc7db62931651113ed09f5afc2fbed45207b7f6 100755 (executable)
@@ -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();
 }