Your account was successfully logged into.
2FA has been enabled for your account so the code below is needed to fully login.
If you did not login, your account has been compromised. Please update your password immediately if you did not request a 2FA code.
Contact me@justa.us if you need any help.
Use this code on the 2FA page: $rand2facode
";
$headers = "Content-Type: text/html; charset=utf-8";
mail($to,$subject,$txt,$headers);
header("location: /2fa/code.php");
exit();
}
else {
echo "error";
exit();
}
}
else {
echo "error";
exit();
}
}
else {
echo "error";
exit();
}
?>