CC-5895: Upgrade Propel to 1.7
Add vendor directory to include path
This commit is contained in:
parent
7490c81a8f
commit
b38f3d7e03
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ require_once __DIR__."/configs/conf.php";
|
|||
$CC_CONFIG = Config::getConfig();
|
||||
|
||||
require_once __DIR__."/configs/ACL.php";
|
||||
require_once 'vendor/propel/propel1/runtime/lib/Propel.php';
|
||||
require_once 'propel/propel1/runtime/lib/Propel.php';
|
||||
|
||||
Propel::init(__DIR__."/configs/airtime-conf-production.php");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue