diff options
author | cyeh%bluemartini.com <> | 2000-08-31 07:42:44 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-08-31 07:42:44 +0200 |
commit | a9a18a9298d57eefe573d78efa0dd93a126f733c (patch) | |
tree | 0db491bc8cfa46601297e9f62775a30091be3dde /createaccount.cgi | |
parent | dc8e636e0a922d93bfc2eee7e0d99cbca3f69244 (diff) | |
download | bugzilla-a9a18a9298d57eefe573d78efa0dd93a126f733c.tar.gz bugzilla-a9a18a9298d57eefe573d78efa0dd93a126f733c.tar.xz |
fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-x | createaccount.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/createaccount.cgi b/createaccount.cgi index 3107f6a5d..8a905c465 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -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; } |