Skip to content

Commit 0307d48

Browse files
authored
Merge pull request #4670 from totoprayogo1916/update-line-numbers
[UG] update line number for "managing apps"
2 parents 31a41d5 + c58b5b4 commit 0307d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/managing_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ your main **app/Config/Paths.php** and set a *full server path* in the
2121
You will need to modify two additional files in your project root, so that
2222
they 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

0 commit comments

Comments
 (0)