From 7e0b4045db3ec31521ae36db9a7bacee438d29be Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Nov 2021 15:30:16 -0700 Subject: [PATCH] Update the URL to the dashboard --- core/domains/domains.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/domains/domains.php b/core/domains/domains.php index efc065ab94..6d20f1fcf8 100644 --- a/core/domains/domains.php +++ b/core/domains/domains.php @@ -80,7 +80,7 @@ header("Location: ".PROJECT_PATH.$_SESSION["login"]["destination"]["url"]); } else { - header("Location: ".PROJECT_PATH."/core/user_settings/user_dashboard.php"); + header("Location: ".PROJECT_PATH."/core/dashboard/"); } exit; }