next install refactoring

This commit is contained in:
HB9HIL
2024-07-21 17:48:02 +02:00
parent d65b8bbfdb
commit 3cc925d9ea
13 changed files with 1937 additions and 1523 deletions

View File

@@ -286,7 +286,7 @@ $config['allow_get_array'] = TRUE;
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 0;
$config['log_threshold'] = '%log_threshold%';
/*
|--------------------------------------------------------------------------
@@ -400,7 +400,7 @@ $config['cache_query_string'] = FALSE;
| https://codeigniter.com/user_guide/libraries/encryption.html
|
*/
$config['encryption_key'] = 'flossie1234555541';
$config['encryption_key'] = '%encryptionkey%';
/*
|--------------------------------------------------------------------------