Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
858fd64e
Commit
858fd64e
authored
Oct 17, 2001
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.
parent
da34d05d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doeditvotes.cgi
doeditvotes.cgi
+2
-4
No files found.
doeditvotes.cgi
View file @
858fd64e
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment