Account requesting is disabled.
$notes
Create this account. EoT; include_once "mail_functions.inc.php"; $sent_email = send_email($ACCOUNT_REQUESTS_EMAIL,"$ORGANISATION_NAME account requests",$mail_subject,$mail_body); if ($sent_email) { $sent_email_message = " Thank you. The request was sent and the administrator will process it as soon as possible."; } else { $sent_email_message = " Unfortunately the request wasn't sent because of a technical problem."; } ?>