X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=init_autoloader.php;fp=init_autoloader.php;h=08a0045e787bdc24b6ffee3dfcc1a4056ec4fba4;hb=44790dbc560015788decb3ee769e5ebaffee1b93;hp=b2a361da00d433acbab3451898ae0d9b383db220;hpb=4a4dabcc87d6419aed060b8f12c01d42eb6e37dc;p=zf2.biz%2Fapplication_blanche.git diff --git a/init_autoloader.php b/init_autoloader.php index b2a361d..08a0045 100644 --- a/init_autoloader.php +++ b/init_autoloader.php @@ -23,12 +23,12 @@ if (file_exists('vendor/autoload.php')) { $zf2Path = false; -if(getenv('ZF2_PATH')) {// Support for ZF2_PATH environment variable or git submodule +if (getenv('ZF2_PATH')) { // Support for ZF2_PATH environment variable or git submodule $zf2Path = getenv('ZF2_PATH'); -} elseif(get_cfg_var('zf2_path')) {// Support for zf2_path directive value - $zf2Path = get_cfg_var('zf2_path'); -} elseif(is_dir('vendor/ZF2/library')) { - $zf2Path = 'vendor/ZF2/library'; +} elseif (get_cfg_var('zf2_path')) { // Support for zf2_path directive value + $zf2Path = get_cfg_var('zf2_path'); +} elseif (is_dir('vendor/ZF2/library')) { + $zf2Path = 'vendor/ZF2/library'; } if ($zf2Path) {