mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
Add some variable to config.local.php on install
This commit is contained in:
@@ -34,6 +34,8 @@ if(!$error) {
|
||||
}
|
||||
}
|
||||
|
||||
$configToSave['gzip_output'] = false;
|
||||
$configToSave['cache_engine'] = 'auto';
|
||||
$configToSave['cache_prefix'] = 'myaac_' . generateRandomString(8, true, false, true);
|
||||
|
||||
require BASE . 'install/includes/config.php';
|
||||
|
Reference in New Issue
Block a user