Fixed vendor paths and build path
This commit is contained in:
parent
ec02d03457
commit
4e7f442f86
3 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,7 @@ set_exit_overload(function($status = false)
|
|||
ob_start();
|
||||
@session_start();
|
||||
|
||||
require_once 'vendors/composer/autoload.php';
|
||||
require_once 'vendor/composer/autoload.php';
|
||||
|
||||
$root = org\bovigo\vfs\vfsStream::setup('site');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue