From 47cf6993fed3d5baefd891d7ec774295bf81bf9b Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 30 Oct 2006 20:24:06 +0000 Subject: --- user_guide/installation/upgrade_150.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'user_guide/installation') 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;

Step 4: Update your main index.php file

-

If you are running a stock index.php file simply replace your version with the new one. If you are running one with -internal modifications, open it and make these two changes:

- -

Find the $application_folder variable and make sure it contains the name of your "application" directory:

- -$application_folder = "application"; - -

Next, at add this line of code near the bottom of the page:

- -define('FCPATH', __FILE__); +

If you are running a stock index.php file simply replace your version with the new one.

+

If your index.php file has internal modifications, please add your modifications to the new file and use it.

-- cgit v1.2.3-24-g4f1b