")) {
page_head("Account creation is disabled");
echo "
Account creation is disabled
Sorry, this project has disabled the creation of new accounts.
Please try again later.
";
exit();
}
page_head("Create account");
echo "Create an account with ".PROJECT."
\n";
echo "If you already received an account key,
click here
to activate your account
";
page_tail();
?>