소스 검색

Login destination url changed to text.

FusionPBX 2 년 전
부모
커밋
79a3e08bf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/domains/domains.php

+ 1 - 1
core/domains/domains.php

@@ -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/");