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

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