mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Login destination url changed to text.
This commit is contained in:
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user