From cef2106de1c7044072499aa5d4e529a01c3db8a4 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 30 Oct 2006 17:13:13 +0000 Subject: --- user_guide/installation/upgrade_150.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'user_guide/installation/upgrade_150.html') diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index 06d0c7027..79632ece1 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -155,7 +155,13 @@ $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 add this line of code near the bottom:

+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__); -- cgit v1.2.3-24-g4f1b