summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_212.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/installation/upgrade_212.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_212.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/user_guide_src/source/installation/upgrade_212.rst b/user_guide_src/source/installation/upgrade_212.rst
index fa0fb8073..205ad8622 100644
--- a/user_guide_src/source/installation/upgrade_212.rst
+++ b/user_guide_src/source/installation/upgrade_212.rst
@@ -8,11 +8,15 @@ replacing the index.php file with a static one.
Step 1: Update your CodeIgniter files
=====================================
-Replace all files and directories in your "system" folder.
+Replace all files and directories in your "system" folder and replace
+your index.php file. If any modifications were made to your index.php
+they will need to be made fresh in this new one.
+
+.. note:: If you have any custom developed files in these folders please
+ make copies of them first.
Step 2: Update your user guide
==============================
Please also replace your local copy of the user guide with the new
-version.
-
+version. \ No newline at end of file