Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ //block directory browsing and send the user to the main index //includes files require_once dirname(__DIR__) . "/resources/require.php"; //set a redirect header("Location: /core/dashboard/index.php"); ?>