diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-07 18:33:48 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-07 18:33:48 +0100 |
commit | 4e7f85a9fbf5d5ee8c62cd70f1a98713d75a513f (patch) | |
tree | 52c23c29ca0ee9b25702643abfb96ad342ed5bdc /application/config | |
parent | 789b1fe3e78f59cdb35ac5e6cf7166f6b97436c7 (diff) |
[ci skip] Fix a setting name in a comment
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index 5b60ae92a..306fc2cae 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -344,7 +344,7 @@ $config['encryption_key'] = ''; | | How many seconds between CI regenerating the session ID. | -| 'sess_regenerate_delete' +| 'sess_regenerate_destroy' | | Whether to destroy session data associated with the old session ID | when auto-regenerating the session ID. When set to FALSE, the data |