<?php
session_start();
if ($_SESSION['type']=="") { header("location:index.php"); exit; }
include("layout.php");
?>