Corrected equation symbol alignment.

This commit is contained in:
Alex Tselegidis 2016-04-24 18:06:11 +02:00
parent 18ce8fb83d
commit be736e2c5c
1 changed files with 6 additions and 6 deletions

View File

@ -291,12 +291,12 @@ $config['encryption_key'] = Config::BASE_URL;
| 'sess_time_to_update' = how many seconds between CI refreshing Session Information
|
*/
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;
/*