From af3c1bb1930bb4b3f8ff84bfc658492ed9f6cfc5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Nov 2021 15:28:42 -0700 Subject: [PATCH] Update the URL to the dashboard --- resources/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/login.php b/resources/login.php index 251064d97e..fd16a8083e 100644 --- a/resources/login.php +++ b/resources/login.php @@ -251,7 +251,7 @@ $_SESSION['login']['destination']['url'] = (strlen($destination_query) > 0) ? $destination_path.'?'.$destination_query : $destination_path; } else { - $_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/user_settings/user_dashboard.php"; + $_SESSION['login']['destination']['url'] = PROJECT_PATH."/core/dashboard/"; } //add the header