ianrenton / SuccessWhale

:whale: A web-based multi-column social network client. No longer functional or maintained!
BSD 2-Clause "Simplified" License
14 stars 7 forks source link

Correct search path for .env file #47

Closed marxjohnson closed 11 years ago

marxjohnson commented 11 years ago

I'm running successwhale from a subdirectory. For some reason the file_exists("./.env") check fails even though the file exists. Changing this to file_exists(DIR."/.env") appears to solve the problem.

ianrenton commented 11 years ago

Thanks!