diff options
author | gerv%gerv.net <> | 2001-10-17 03:42:05 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2001-10-17 03:42:05 +0200 |
commit | 858fd64e0faa9a0717167f1d84543c4a542c495c (patch) | |
tree | 6344d95db9f6b3bd560970f4f34575036097ebc9 /doeditvotes.cgi | |
parent | da34d05d207103b049ca2c6169e576d1c24774aa (diff) | |
download | bugzilla-858fd64e0faa9a0717167f1d84543c4a542c495c.tar.gz bugzilla-858fd64e0faa9a0717167f1d84543c4a542c495c.tar.xz |
Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.
Diffstat (limited to 'doeditvotes.cgi')
-rwxr-xr-x | doeditvotes.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doeditvotes.cgi b/doeditvotes.cgi index ab3ae14b6..bcc7db629 100755 --- a/doeditvotes.cgi +++ b/doeditvotes.cgi @@ -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(); } |