Skip to content

Commit 580fa26

Browse files
update code
1 parent 5eb9cd6 commit 580fa26

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
22

3-
$pathsConfig = 'app/Config/Paths.php';
3+
// Load our paths config file
4+
// This is the line that might need to be changed, depending on your folder structure.
5+
require FCPATH . '../app/Config/Paths.php';
46
// ^^^ Change this line if you move your application folder
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<?php
22

3-
$pathsConfig = FCPATH . '../app/Config/Paths.php';
4-
// ^^^ Change this if you move your application folder
3+
// Load our paths config file
4+
// This is the line that might need to be changed, depending on your folder structure.
5+
require FCPATH . '../app/Config/Paths.php';
6+
// ^^^ Change this line if you move your application folder

0 commit comments

Comments
 (0)