mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Fix main.php path in install.php
This commit is contained in:
parent
2d53abd2c2
commit
7de2e07139
@ -9,7 +9,7 @@
|
|||||||
************************************************************************************
|
************************************************************************************
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
if (!file_exists('vendor/silverstripe/framework') || !file_exists('vendor/silverstripe/framework/_config.php')) {
|
if (!file_exists(__DIR__ . '/vendor/silverstripe/framework') || !file_exists(__DIR__ . '/vendor/silverstripe/framework/_config.php')) {
|
||||||
include 'install-frameworkmissing.html';
|
include 'install-frameworkmissing.html';
|
||||||
} else {
|
} else {
|
||||||
include './vendor/silverstripe/framework/src/Dev/Install/install.php';
|
include './vendor/silverstripe/framework/src/Dev/Install/install.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user