X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;ds=sidebyside;f=configs%2Fapplication.config.php;h=873c275cbbc83fba3fb5274aacae0a13678414fe;hb=4c1704774b146f5827fdf4adcebc7940e9bf07c4;hp=3db882fa7c8ae3fe0f2303ef01458bc0fc8de850;hpb=d60fa20c5b775f3e02542cb861c1fa9a862096ae;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index 3db882f..873c275 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,5 +1,5 @@ array( realpath(__DIR__ . '/../modules'), ), @@ -7,10 +7,10 @@ return new Zend\Config\Config(array( 'Application', ), 'module_manager_options' => array( - 'enable_config_cache' => false, - 'cache_dir' => realpath(__DIR__ . '/../data/cache'), - 'enable_dependency_check' => false, - 'enable_self_installation' => false, - 'manifest_dir' => realpath(__DIR__ . '/../data'), + 'enable_config_cache' => false, + 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'enable_dependency_check' => false, + 'enable_auto_installation' => false, + 'manifest_dir' => realpath(__DIR__ . '/../data'), ), -)); +);