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.
It is required to be in the Discord Server for moderation and communication purposes.

'.$activationcode.'
'; pageHandler(); $ph->pageTitle("Activate"); $ph->footer = ""; $ph->navbar = ""; $ph->body = $body; $ph->output();