<?php
 if(!isset($_SESSION["giris"]))
{
 
header("Location:../index.php");
 
}
?>