<?php 
@session_start();
  if (!isset($_SESSION["varemail"]))
   {
      header("location: login");
   }
?>