Abel
cf7ec423a2
It is not stable, it will not be stable in a long while. For now it is deprecated. A newer better system shall replace it in the future.
11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
|
|
|
return array(
|
|
'enable_modules' => false,
|
|
'enable_events' => true,
|
|
'composer_autoloader' => '',
|
|
'registry_caching' => false,
|
|
'registry_caching_method' => 'file',
|
|
'registry_caching_time' => 300,
|
|
);
|