Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 committed Sep 29, 2023
1 parent bc9ec49 commit aca0bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion spark
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit aca0bc8

Please sign in to comment.