-
- Downloads
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.
Please register or sign in to comment