Login destination url changed to text.

This commit is contained in:
FusionPBX 2023-07-11 15:28:01 -06:00 committed by GitHub
parent 1bc941e244
commit dea23a1e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
//redirect the user
if (!empty($_SESSION["login"]["destination"])) {
// to default, or domain specific, login destination
header("Location: ".PROJECT_PATH.$_SESSION["login"]["destination"]["url"]);
header("Location: ".PROJECT_PATH.$_SESSION["login"]["destination"]["text"]);
}
else {
header("Location: ".PROJECT_PATH."/core/dashboard/");