Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encapsulate require_once to avoid name space bleedind
The script required by require_once might use variable names like $app which will conflict with the code that follows. This fix encapsulates require_once into its own function to avoid such issues.
- Loading branch information