HOR-2689
This commit is contained in:
committed by
davidcallizaya
parent
8359e30998
commit
9eb7d6cac2
14
bootstrap/autoload.php
Normal file
14
bootstrap/autoload.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Bring in our composer autoloader
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
// Define any other autoloaders or include paths we need
|
||||
|
||||
// Propel (and any other thirdparty which requires strict require/include
|
||||
set_include_path(
|
||||
get_include_path() . PATH_SEPARATOR
|
||||
. __DIR__ . '/../thirdparty/' . PATH_SEPARATOR
|
||||
. __DIR__ . '/../thirdparty/pear/' . PATH_SEPARATOR
|
||||
. __DIR__ . '/../workflow/engine/' . PATH_SEPARATOR
|
||||
. __DIR__ . '/../rbac/engine/'
|
||||
);
|
||||
Reference in New Issue
Block a user