session_start(); if($_SESSION['user_type']!='administrator') { header("Location: ../index.php"); } ?>