added 'log_threshold' option.
added the korean language pack for ci
This commit is contained in:
@ -176,7 +176,7 @@ $config['directory_trigger'] = 'd'; // experimental not currently in use
|
||||
| your log files will fill up very fast.
|
||||
|
|
||||
*/
|
||||
$config['log_threshold'] = 0;
|
||||
$config['log_threshold'] = CODEPOT_LOG_THRESHOLD;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -234,12 +234,12 @@ $config['encryption_key'] = "";
|
||||
| 'time_to_update' = how many seconds between CI refreshing Session Information
|
||||
|
|
||||
*/
|
||||
$config['sess_cookie_name'] = 'ci_session';
|
||||
$config['sess_expiration'] = 7200;
|
||||
$config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = FALSE;
|
||||
$config['sess_table_name'] = 'ci_sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_cookie_name'] = 'codepot_session';
|
||||
$config['sess_expiration'] = 72000;
|
||||
$config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = FALSE;
|
||||
$config['sess_table_name'] = 'codepot_sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_match_useragent'] = TRUE;
|
||||
$config['sess_time_to_update'] = 300;
|
||||
|
||||
|
@ -27,7 +27,7 @@ $config['lang_selected'] = 'en';
|
||||
// 'lang_expiration' = the number of SECONDS you want the language to be
|
||||
// remembered. by default 2 years.
|
||||
// Set zero for expiration when the browser is closed.
|
||||
$config['lang_cookie_name'] = 'lang_select_language';
|
||||
$config['lang_cookie_name'] = 'codepot_select_language';
|
||||
$config['lang_expiration'] = 63072000;
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user