fix for 40603: Assumes user is coming from different page

patch by zach@zachlipton.com
This commit is contained in:
cyeh%bluemartini.com 2000-08-30 22:42:44 +00:00
parent 11f82c7a51
commit 4dd018a6bb

View File

@ -62,8 +62,7 @@ if (defined $login) {
print "A bugzilla account for <tt>$login</tt> has been created. The\n";
print "password has been e-mailed to that address. When it is\n";
print "received, you may <a href=query.cgi?GoAheadAndLogIn>click\n";
print "here</a> and log in. Or, you can just <a href=\"\">go back to\n";
print "the top</a>.";
print "here</a> and log in.";
PutFooter();
exit;
}