File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree 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
2121You will need to modify two additional files in your project root, so that
2222they can find the ``Paths `` configuration file:
2323
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 ::
2525
2626 require realpath('app/Config/Paths.php') ?: 'app/Config/Paths.php';
2727 // ^^^ Change this if you move your application folder
2828
2929
3030- ``/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 ::
3232
3333 require realpath(FCPATH . '../app/Config/Paths.php') ?: FCPATH . '../app/Config/Paths.php';
3434 // ^^^ Change this if you move your application folder
You can’t perform that action at this time.
0 commit comments