From 3f2361b3df89120f7f7d9b1de030f1e8f631686b Mon Sep 17 00:00:00 2001 From: imnavajas Date: Wed, 1 May 2024 15:37:58 +0200 Subject: [PATCH] arreglado en el index apuntado a carpeta ci4 --- httpdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();