summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/index.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-18 01:01:52 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-03-18 01:01:52 +0100
commit9c4280be80f1f0ad4011ca1ae4f05c89e7963bb9 (patch)
tree239340c5909db6347254e6fe08b3f5d1b9a40344 /user_guide/installation/index.html
parent6ef8b69b80093bf706d29df28d108f77acbf9dc0 (diff)
added hashing to prevent client side data tampering to sessions
Diffstat (limited to 'user_guide/installation/index.html')
-rw-r--r--user_guide/installation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html
index 336f7586b..e925c2175 100644
--- a/user_guide/installation/index.html
+++ b/user_guide/installation/index.html
@@ -62,7 +62,7 @@ Installation Instructions
<ol>
<li>Unzip the package.</li>
<li>Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.</li>
-<li>Open the <dfn>application/config/config.php</dfn> file with a text editor and set your base URL.</li>
+<li>Open the <dfn>application/config/config.php</dfn> file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.</li>
<li>If you intend to use a database, open the <dfn>application/config/database.php</dfn> file with a text editor and set your database settings.</li>
</ol>