diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:36:31 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 13:36:31 +0200 |
commit | 34312bb46c1d60e9e944139ded10e1fecb847ed9 (patch) | |
tree | d8448265e59fa549c6af9ce511f8e1b41e2ddddf | |
parent | 13fbacda9f846c997f4745d341a7b75098d79bcf (diff) |
added a file to be replaced when updating from 1.71 to 1.72
-rw-r--r-- | user_guide/installation/upgrade_172.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_172.html b/user_guide/installation/upgrade_172.html index 8482cb257..0f95a815a 100644 --- a/user_guide/installation/upgrade_172.html +++ b/user_guide/installation/upgrade_172.html @@ -72,6 +72,7 @@ Upgrading from 1.7.1 to 1.7.2 <li><dfn>system/helpers</dfn></li> <li><dfn>system/language</dfn></li> <li><dfn>system/libraries</dfn></li> +<li><dfn>index.php</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> @@ -83,7 +84,10 @@ Upgrading from 1.7.1 to 1.7.2 <p>404 status headers are now properly handled in the show_404() method itself.</p> -<h2>Step 3: Update your user guide</h2> +<h2>Step 3: Confirm your system_path</h2> +<p>In your updated index.php file, confirm that the <dfn>$system_path</dfn> variable is set to your application's system folder.</p> + +<h2>Step 4: Update your user guide</h2> <p>Please replace your local copy of the user guide with the new version, including the image files.</p> </div> |