From 9a24d8e4370e65b24d72b3040d7d164b2839548d Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 1 Nov 2016 15:35:26 +1300 Subject: [PATCH] Update installer for src folder --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 67731bf..837e3a9 100644 --- a/install.php +++ b/install.php @@ -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'); }