mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado en el index apuntado a carpeta ci4
This commit is contained in:
@ -45,7 +45,7 @@ if (getcwd() . DIRECTORY_SEPARATOR !== FCPATH) {
|
|||||||
|
|
||||||
// LOAD OUR PATHS CONFIG FILE
|
// LOAD OUR PATHS CONFIG FILE
|
||||||
// This is the line that might need to be changed, depending on your folder structure.
|
// 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
|
// ^^^ Change this line if you move your application folder
|
||||||
|
|
||||||
$paths = new Config\Paths();
|
$paths = new Config\Paths();
|
||||||
|
|||||||
Reference in New Issue
Block a user