Portions created by the Initial Developer are Copyright (C) 2008-2023 the Initial Developer. All Rights Reserved. Contributor(s): Mark J. Crane */ //includes files require_once __DIR__ . "/resources/require.php"; //additional includes require_once "resources/check_auth.php"; //redirect to the dashboard header("Location: ".$settings->get('login', 'destination', PROJECT_PATH.'/core/dashboard/')); ?>