require() denial
Posted: Sat Nov 15, 2003 3:47 pm
I have a configuration file I use with all my applications. This configuration file has things like physical paths but it also has things like Database usernames and passwords in it.
Now some of the hosting companies my clients use will not allow me to store files outside the document root. So I obviously want to protect that file from being included by mischievious coders.
How can I keep outside scripts from calling this file.
Thanks for everything.
Now some of the hosting companies my clients use will not allow me to store files outside the document root. So I obviously want to protect that file from being included by mischievious coders.
How can I keep outside scripts from calling this file.
Thanks for everything.