浏览代码

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")) {
 	} elseif (file_exists("/etc/fusionpbx/config.conf")) {
 		//Linux
 		//Linux
 	} else {
 	} else {
-		header("Location: ".PROJECT_PATH."/core/install/install.php");
+		header("Location: /core/install/install.php");
 		exit;
 		exit;
 	}
 	}