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