arreglado en el index apuntado a carpeta ci4

This commit is contained in:
imnavajas
2024-05-01 15:37:58 +02:00
parent c78b3d8488
commit 3f2361b3df

View File

@ -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();