/*
Project Name : - ICT in Ed Toolkit
Created On : - 28 Dec 2004
Purpose : - This is the script for the home page of the user section, it checks if the user is logged in then display the home page else redirect user to login page
Created By : - Dharmendra Sharma
Include Files : - Common Files - connection.php, variables.php, admine_header.php and admine_footer.php
Last Updated By : -
Updates Done : -
*/
// included main_include.php which include itself files for database connection(connection.php),
// globals variables declaration(variables.php), valid user session validation(check_user.php)
// and file having common function(functions.php) located in path '../codelibrary/inc/'
include_once('../codelibrary/inc/main_include.php');
include_once('../codelibrary/classes/user.php');
checkRole("master", "member", "expert");
?>