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"; if (!file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/includes/config.php")){ header("Location: ".PROJECT_PATH."/install.php"); exit; } require_once "includes/require.php"; require_once "includes/header.php"; echo "
"; echo "
"; require_once "includes/footer.php"; ?>