diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-08-31 04:31:08 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-08-31 04:31:08 +0200 |
commit | 5485db50775d4e2f76a593ef8b3425f6a1b90666 (patch) | |
tree | 1b934405afbdcd4501237b11959117006806784b /application/config | |
parent | 60f8c395f24ba6db80d510892bcc53ce5bf9f4eb (diff) |
Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 6e52bcc17..c5eae8f5b 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -213,8 +213,8 @@ $config['cache_path'] = ''; | Encryption Key |-------------------------------------------------------------------------- | -| If you use the Encryption class or the Sessions class with encryption -| enabled you MUST set an encryption key. See the user guide for info. +| If you use the Encryption class or the Session class you +| MUST set an encryption key. See the user guide for info. | */ $config['encryption_key'] = ""; |