id)) {
WebContextManager::Redirect("/");
}
$activationcode = Activation::GetUserActivationCode($user->id);
$body = '
Activation Required
To play Fobe, you must activate this account in the Discord Server.
After joining, send the activation code below in the activation channel and refresh this page.
It is required to be in the Discord Server, after activation leaving the Discord will deactivate your account.
'.$activationcode.'
';
pageHandler();
$ph->pageTitle("Activate");
$ph->footer = "";
$ph->navbar = "";
$ph->body = $body;
$ph->output();