Explorar o código

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

Mark Crane %!s(int64=12) %!d(string=hai) anos
pai
achega
a9c3322820
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";