diff options
author | Kyle Ridolfo <kyle@ridolfo.com> | 2011-10-27 20:40:06 +0200 |
---|---|---|
committer | Kyle Ridolfo <kyle@ridolfo.com> | 2011-10-27 20:40:06 +0200 |
commit | 6a33e55ed119cea7763a8647d7ed4355951f9776 (patch) | |
tree | bc0a067e8807a8fde80c17690ec758c3ea05b3c1 /application | |
parent | 308692d1fad226e98482797fb3feed7a1b42601e (diff) |
Added links to the user guide for Encryption class and Session class.
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php index 808cc33bd..063c3d5d1 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -253,6 +253,9 @@ $config['cache_path'] = ''; | | If you use the Encryption class or the Session class you | MUST set an encryption key. See the user guide for info. +| +| http://codeigniter.com/user_guide/libraries/encryption.html +| http://codeigniter.com/user_guide/libraries/sessions.html | */ $config['encryption_key'] = ''; |