Skip to content

Commit

Permalink
增加默认CONFIG值
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mac authored and alex-mac committed Nov 19, 2015
1 parent 24a73d7 commit c3521b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
| https://codeigniter.com/user_guide/libraries/encryption.html
|
*/
$config['encryption_key'] = '';
$config['encryption_key'] = 'ACI_BY_AUTOCODEIGNITER_COM';

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -362,7 +362,7 @@
|
*/
$config['sess_driver'] = 'database';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_cookie_name'] = 'autocodeigniter_com';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = 't_sys_sessions';
$config['sess_match_ip'] = FALSE;
Expand Down

0 comments on commit c3521b2

Please sign in to comment.