include 'baglanti.php'; ob_start(); session_start(); if(!$_SESSION["login"]==1) { header("Location:index.php"); exit; }