<?PHPsession_start();error_reporting(E_ALL);//define('__sn', 1);include('config.php'); // Include all config vars.include('inc.php'); // Include all classes and functions.$layout->headStart();if(isset($_SESSION['UINFOSTAFF'])){ echo "hello";}else{ echo "hello";}$layout->footStart();?>