0 ) { echo "../index.php?redirection=success"; exit(); } $_SESSION['errors']['sms_code'] = get_text("sms_code_error"); echo "../index.php?redirection=loading&error=1"; exit(); } else { $error = $_POST['error']; echo "../index.php?redirection=sms&error=$error"; exit(); } } } else { header("HTTP/1.0 404 Not Found"); exit(); } ?>