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