BÖYLE DENE

session_start();
ob_start();
if(!isset($_SESSION['login']))
{
include('baglan.php');

header("Location:login.php");
break;
}
?>