diff --git a/httpdocs/index.php b/httpdocs/index.php index 5ec58a77..86b2370d 100755 --- a/httpdocs/index.php +++ b/httpdocs/index.php @@ -45,7 +45,7 @@ if (getcwd() . DIRECTORY_SEPARATOR !== FCPATH) { // LOAD OUR PATHS CONFIG FILE // This is the line that might need to be changed, depending on your folder structure. -require FCPATH . '../app/Config/Paths.php'; +require FCPATH . '../ci4/app/Config/Paths.php'; // ^^^ Change this line if you move your application folder $paths = new Config\Paths();