소스 검색

Update index.php

FusionPBX 2 년 전
부모
커밋
4c975708da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -38,7 +38,7 @@
 	} elseif (file_exists("/etc/fusionpbx/config.conf")) {
 		//Linux
 	} else {
-		header("Location: ".PROJECT_PATH."/core/install/install.php");
+		header("Location: /core/install/install.php");
 		exit;
 	}