Update installer for src folder

This commit is contained in:
Damian Mooyman 2016-11-01 15:35:26 +13:00
parent 70e85745fb
commit 9a24d8e437
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
if (!file_exists('framework') || !file_exists('framework/_config.php')) {
include "install-frameworkmissing.html";
} else {
include('./framework/Dev/Install/install.php');
include('./framework/src/Dev/Install/install.php');
}