File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ your main **app/Config/Paths.php** and set a *full server path* in the
21
21
You will need to modify two additional files in your project root, so that
22
22
they can find the ``Paths `` configuration file:
23
23
24
- - ``/spark `` runs command line apps; the path is specified on or about line 44 ::
24
+ - ``/spark `` runs command line apps; the path is specified on or about line 36 ::
25
25
26
26
require realpath('app/Config/Paths.php') ?: 'app/Config/Paths.php';
27
27
// ^^^ Change this if you move your application folder
28
28
29
29
30
30
- ``/public/index.php `` is the front controller for your webapp; the config
31
- path is specified on or about line 28 ::
31
+ path is specified on or about line 20 ::
32
32
33
33
require realpath(FCPATH . '../app/Config/Paths.php') ?: FCPATH . '../app/Config/Paths.php';
34
34
// ^^^ Change this if you move your application folder
You can’t perform that action at this time.
0 commit comments