Fix main.php path

This commit is contained in:
Ingo Schommer 2017-10-03 01:44:14 +13:00
parent a1384f67b7
commit f22d9b3735

View File

@ -56,4 +56,4 @@ if ($url && file_exists($fileName)) {
return false;
}
require_once 'framework/main.php';
require_once 'vendor/silverstripe/framework/main.php';