exec("UPDATE users SET tw_oauth_token = '', tw_oauth_verify = '' WHERE id = ". $_SESSION["uid"] . ";"); header("Location: /config"); } else echo("You have to be logged in to perform that action"); ?>