10 lines
280 B
PHP
Executable File
10 lines
280 B
PHP
Executable File
<?php
|
|
$config['database'] = array (
|
|
'DB_TYPE' => 'sqlite3',
|
|
'DB_NAME' => USER_SYSTEM.'9SwJEp8c3IaK.php',
|
|
'DB_SQL_LOG' => true,
|
|
'DB_FIELDS_CACHE' => true,
|
|
'DB_SQL_BUILD_CACHE' => false,
|
|
);
|
|
$config['cache']['sessionType'] = 'file';
|
|
$config['cache']['cacheType'] = 'file'; |