From 88b35835b01f872caf6b37c83067674976e6433e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 27 Jan 2025 13:58:06 -0700 Subject: [PATCH] logged in direct to the dashboard --- login.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/login.php b/login.php index 0bfef4fe2f..1eec880a93 100644 --- a/login.php +++ b/login.php @@ -23,11 +23,13 @@ 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: ".PROJECT_PATH."/core/dashboard/"); + ?>