Update the URL to the dashboard

This commit is contained in:
FusionPBX 2021-11-13 15:30:16 -07:00 committed by GitHub
parent af3c1bb193
commit 7e0b4045db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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