diff options
author | admin <devnull@localhost> | 2006-10-30 21:24:06 +0100 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-30 21:24:06 +0100 |
commit | 47cf6993fed3d5baefd891d7ec774295bf81bf9b (patch) | |
tree | 5a35a50cbb70b5df68d459210fe66751042b9756 /user_guide/installation | |
parent | c0d5d5201075ff0babbab84e251373cd6b012e4e (diff) |
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_150.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index f180f8f87..f975f532e 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -154,17 +154,9 @@ $config['log_errors'] = FALSE; <h2>Step 4: Update your main index.php file</h2>
-<p>If you are running a stock <dfn>index.php</dfn> file simply replace your version with the new one. If you are running one with
-internal modifications, open it and make these two changes:</p>
-
-<p>Find the $application_folder variable and make sure it contains the name of your "application" directory:</p>
-
-<code>$application_folder = "application";</code>
-
-<p>Next, at add this line of code near the bottom of the page:</p>
-
-<code>define('FCPATH', __FILE__);</code>
+<p>If you are running a stock <dfn>index.php</dfn> file simply replace your version with the new one.</p>
+<p>If your <dfn>index.php</dfn> file has internal modifications, please add your modifications to the new file and use it.</p>
|