Fixed vendor paths and build path

This commit is contained in:
Joshua Sherman 2014-01-20 22:29:08 -05:00
parent ec02d03457
commit 4e7f442f86
3 changed files with 3 additions and 4 deletions

View file

@ -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');