This commit is contained in:
2019-10-02 10:48:28 -04:00
parent 6ecba2879c
commit c0b489a98d
21 changed files with 643 additions and 100 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ $config['enable_hooks'] = FALSE;
| https://codeigniter.com/user_guide/general/creating_libraries.html
|
*/
$config['subclass_prefix'] = 'MY_';
$config['subclass_prefix'] = 'JUB_';
/*
|--------------------------------------------------------------------------
@@ -235,7 +235,7 @@ $config['allow_get_array'] = TRUE;
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 0;
$config['log_threshold'] = 4;
/*
|--------------------------------------------------------------------------