Skip to content
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

Double-check on Require paths in config.master.php #27

Open
jayf opened this issue Sep 7, 2013 · 0 comments
Open

Double-check on Require paths in config.master.php #27

jayf opened this issue Sep 7, 2013 · 0 comments

Comments

@jayf
Copy link

jayf commented Sep 7, 2013

In config.master.php, at the top and in the database section, you reference the ENV config files with no path:

require 'config.' . ENV . '.php';

But, in the config section, you use a full path:

require $_SERVER['DOCUMENT_ROOT'] . '/../config/config.' . ENV . '.php';

I just wanted to double-check: did you find that you needed to use the full path there? Or, should the pathless version always work. (Swapping that out with a pathless reference works fine for me.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant