Kaynağa Gözat

Login destination url changed to text.

FusionPBX 2 yıl önce
ebeveyn
işleme
79a3e08bf2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/domains/domains.php

+ 1 - 1
core/domains/domains.php

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