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; }