浏览代码

Move the install.php from the root directory and put it into the resources directory.

Mark Crane 12 年之前
父节点
当前提交
a9c3322820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -25,7 +25,7 @@
 */
 include "root.php";
 if (!file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/includes/config.php")){
-	header("Location: ".PROJECT_PATH."/install.php");
+	header("Location: ".PROJECT_PATH."/resources/install.php");
 	exit;
 }
 require_once "includes/require.php";