-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix $pathsConfig
line number
#6386
Conversation
Just wondering if we really need to specify in the docs the actual line numbers? IMO this is unnecessary maintenance of tracking the line numbers every time the code there changes. |
Maybe it's better to just remove the line number. |
$systemDirectory
and $pathsConfig
line number$systemDirectory
and $pathsConfig
line number
This work is ridiculous. It is better to remove the line numbers. And now the code is like this: // Load our paths config file
// This is the line that might need to be changed, depending on your folder structure.
require FCPATH . '../app/Config/Paths.php';
// ^^^ Change this line if you move your application folder // Load our paths config file
// This is the line that might need to be changed, depending on your folder structure.
require FCPATH . '../app/Config/Paths.php';
// ^^^ Change this line if you move your application folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
$systemDirectory
and $pathsConfig
line number$pathsConfig
line number
changes, for $systemDirectory I aborted because it's related to multiple apps |
$pathsConfig
line number changed after #6327Checklist: