From a9a18a9298d57eefe573d78efa0dd93a126f733c Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Thu, 31 Aug 2000 05:42:44 +0000 Subject: fix for 40603: Assumes user is coming from different page patch by zach@zachlipton.com --- createaccount.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'createaccount.cgi') 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 $login has been created. The\n"; print "password has been e-mailed to that address. When it is\n"; print "received, you may click\n"; - print "here and log in. Or, you can just go back to\n"; - print "the top."; + print "here and log in."; PutFooter(); exit; } -- cgit v1.2.3-24-g4f1b