From aca0bc853a864f5fafd44fabf74e613262d300d3 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Fri, 29 Sep 2023 08:53:05 +0700 Subject: [PATCH] up --- public/index.php | 2 +- spark | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 1cc471054..78b554931 100644 --- a/public/index.php +++ b/public/index.php @@ -31,7 +31,7 @@ // 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 . '../donjo-app/Config/Paths.php'; // ^^^ Change this line if you move your application folder $paths = new Config\Paths(); diff --git a/spark b/spark index 2ea79d5cc..41625a214 100755 --- a/spark +++ b/spark @@ -66,7 +66,7 @@ chdir(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 . '../donjo-app/Config/Paths.php'; // ^^^ Change this line if you move your application folder $paths = new Config\Paths();