You have already accepted the terms for your acccount. This cannot be undone. Please email me@justa.us for options";
exit();
}
if($gettoken == $u_token && $u_cloudterms == 'no') {
mysqli_query($conx, "UPDATE accounts SET cloudterms='yes' WHERE uid='$u_uid'");
header("location: https://misdew.com/cloud");
}
else {
header("location: /");
exit();
}
?>