diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-18 05:52:19 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-18 05:52:19 +0200 |
commit | 859407fbefb2cc44089a7af411b4a62446e5c909 (patch) | |
tree | 896988d274205d1ea7cb2bb45a0124a42a918af3 | |
parent | 15572d4deafcfc6ce05b55427cd54c4ab3a78f97 (diff) |
path fix
-rw-r--r-- | user_guide/installation/upgrade_162.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html index 06b1753f6..20917e91f 100644 --- a/user_guide/installation/upgrade_162.html +++ b/user_guide/installation/upgrade_162.html @@ -78,7 +78,7 @@ Upgrading from 1.6.1 to 1.6.2 <h2>Step 2: Encryption Key</h2>
-<p>If you are using sessions, open up system/application/config.php and verify you've set an encryption key.</p>
+<p>If you are using sessions, open up system/application/config/config.php and verify you've set an encryption key.</p>
<h2>Step 3: Constants File</h2>
<p>Copy /system/application/config/constants.php to your installation, and modify if necessary.</p>
|