We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b9526 + 6e89bb6 commit db77587Copy full SHA for db77587
1 file changed
public/index.php
@@ -12,7 +12,7 @@
12
define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR);
13
14
// Location of the Paths config file.
15
-// This is the first of two lines 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.
16
$pathsPath = FCPATH . '../application/Config/Paths.php';
17
18
/*
@@ -32,8 +32,7 @@
32
$paths = new Config\Paths();
33
34
// Location of the framework bootstrap file.
35
-// This is the second of two lines that might need to be changed, depending on your folder structure.
36
-$app = require FCPATH . '../system/bootstrap.php';
+$app = require FCPATH . '../' . rtrim($paths->systemDirectory, '/ ') . '/bootstrap.php';
37
38
39
*---------------------------------------------------------------
0 commit comments