HTML Php

  $auth = $_COOKIE['auth'];
  header("Cache-Control:no-cache"); 
  if( ! $auth == "ok" ) 
  {
      header("Location:login.php" );
      exit();
  }
?>

 
  Logged In
 
 
 You are logged in and can access all pages on this web site.
 
Visit another page on this site ?