session_start(); if(($_SESSION["email"]) AND ($_SESSION["pass"])){} else{ header("Location: login.php");} ?>