Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; //clear the session variables session_start(); session_unset(); session_destroy(); //redirect the user to the index page header("Location: ".PROJECT_PATH."/login.php"); return; ?>