We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb9cd6 commit 580fa26Copy full SHA for 580fa26
2 files changed
user_guide_src/source/general/managing_apps/002.php
@@ -1,4 +1,6 @@
1
<?php
2
3
-$pathsConfig = 'app/Config/Paths.php';
+// 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
user_guide_src/source/general/managing_apps/003.php
-$pathsConfig = FCPATH . '../app/Config/Paths.php';
-// ^^^ Change this if you move your application folder
+// ^^^ Change this line if you move your application folder
0 commit comments