id)) {
redirect("/");
}
$activationcode = Activation::GetUserActivationCode($user->id);
$body = '
Activation Required
To play Alphaland, you must activate this account in the Discord Server.
After joining, send the activation code below in the activation channel and refresh this page.
'.$activationcode.'
';
pageHandler();
$ph->pageTitle("Activate");
$ph->footer = "";
$ph->navbar = "";
$ph->body = $body;
$ph->output();