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 if (isset($_SESSION['login']['destination']['text'])) { header("Location: ".$_SESSION['login']['destination']['text']); } else { header("Location: ".PROJECT_PATH."/core/dashboard/"); } ?>