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

This commit is contained in:
Mark Crane 2013-01-05 08:00:53 +00:00
parent e78a600bd5
commit 7a5abd382a
1 changed files with 1 additions and 1 deletions

View File

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