summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-11-27 20:15:29 +0100
committerEric Barnes <eric@ericlbarnes.com>2011-11-27 20:15:29 +0100
commitce9e5968c04d4c07faa7e90a422bba6f2623158a (patch)
treea47f417e49b9f8ff51b9393f58887ca95b2032c8 /application
parent21fc2b624bca91d61cb3491cf7b93edfcf6ab80f (diff)
parent6a33e55ed119cea7763a8647d7ed4355951f9776 (diff)
Merge pull request #628 from kridolfo/patch-1
Added links to the user guide for Encryption class and Session class.
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php3
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'] = '';