summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/upgrade_150.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-09 23:29:07 +0200
committeradmin <devnull@localhost>2006-10-09 23:29:07 +0200
commitb1fddc051af66a0a41a709862dd84d06139e2325 (patch)
tree373907951ae91b7a45165388aa3966b3b4363068 /user_guide/installation/upgrade_150.html
parent2f0bac87c73febde8019e7cbab541905bcb0e5dd (diff)
Diffstat (limited to 'user_guide/installation/upgrade_150.html')
-rw-r--r--user_guide/installation/upgrade_150.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html
index 55ebaa747..b532073fd 100644
--- a/user_guide/installation/upgrade_150.html
+++ b/user_guide/installation/upgrade_150.html
@@ -71,16 +71,17 @@ have not upgraded to that version please do so first.</p>
<h2>Step 1: Update your Code Igniter files</h2>
-<p>Replace these directories in your "system" folder with the new versions:
+<p>Replace these files and directories in your "system" folder with the new versions:
<ul>
-<li><dfn>system/codeigniter/</dfn></li>
-<li><dfn>system/database/</dfn> (new for 1.5)</li>
-<li><dfn>system/helpers/</dfn></li>
-<li><dfn>system/language/</dfn></li>
-<li><dfn>system/libraries/</dfn></li>
-<li><dfn>system/scaffolding/</dfn></li>
+<li><dfn>application/config/user_agents.php</dfn> (new file for 1.5)</li>
+<li><dfn>codeigniter/</dfn></li>
+<li><dfn>database/</dfn> (new folder for 1.5. Replaces the "drivers" folder)</li>
+<li><dfn>helpers/</dfn></li>
+<li><dfn>language/</dfn></li>
+<li><dfn>libraries/</dfn></li>
+<li><dfn>scaffolding/</dfn></li>
</ul>
<p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p>