Correction composer autoload path

This commit is contained in:
Michael RICOIS 2015-09-18 10:06:15 +00:00
parent a68cf24509
commit 5ddc281f72

View File

@ -8,7 +8,7 @@ defined('APPLICATION_ENV')
|| define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production'));
// --- Composer autoload
require_once realpath(__DIR__ . '/../../vendor/autoload.php');
require_once realpath(__DIR__ . '/../vendor/autoload.php');
if (APPLICATION_ENV == 'development'){
ini_set("soap.wsdl_cache_enabled", "0");