. */ session_start(); if (!isset($_SESSION['accessToken'])) { header('Location: oAuthRedirect.php?op=getauth'); } else { header("Location: example.php"); } ?>