Fix the redirect on two more files.

This commit is contained in:
markjcrane
2016-04-15 18:40:23 -06:00
parent f03cbc7b1a
commit df9d9a5e9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ include "root.php";
//bsd
}
else {
header("Location: ".PROJECT_PATH."/resources/install.php");
header("Location: ".PROJECT_PATH."/core/install/install.php");
exit;
}