From 58b339988cc1ad4516fea3c00b56a3660aac8225 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 3 May 2009 19:29:32 +0000 Subject: fixed a path in upgrading docs --- user_guide/installation/upgrade_160.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/installation/upgrade_160.html') diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index ffe8b5e84..179c9e02a 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -81,7 +81,7 @@ Upgrading from 1.5.4 to 1.6.0

Add the following to system/application/config/config.php with the other session configuration options

$config['sess_time_to_update'] = 300;

Step 3: Add $autoload['model']

-

Add the following to system/application/autoload.php

+

Add the following to system/application/config/autoload.php

/*
| -------------------------------------------------------------------
| Auto-load Model files
-- cgit v1.2.3-24-g4f1b