Re-word registration messages

pull/5/head
wolfbeast 10 years ago
parent ad6e57a8c6
commit a31d12ed96

@ -91,9 +91,9 @@
if(($preinstr =='misc') && ($_SERVER['REQUEST_METHOD'] == 'GET') && ($username =='captcha_html')) if(($preinstr =='misc') && ($_SERVER['REQUEST_METHOD'] == 'GET') && ($username =='captcha_html'))
{ {
if(ENABLE_REGISTER) if(ENABLE_REGISTER)
exit("And click to the next page"); exit("Fill in the details and click next.");
else else
exit("Register to this Server is not permitted, sorry"); exit("Registration is currently closed, sorry.");
} }
//probably no need but... //probably no need but...

Loading…
Cancel
Save