security_howto
This is an old revision of the document!
Security Howto
Where to store access data
A good solution is to keep it inside a separate PHP script. In the case of database connection data, this separate script should also connect to the database and then unset the access data variables in order to minimize the risk of data leaks.
https://alexwebdevelop.com/where-store-access-data/
A great security improvement is to keep the access PHP file outside of the web server root directory, so that it cannot be accessed by remote clients.
security_howto.1596826539.txt.gz ยท Last modified: 2020/08/07 20:55 by caesar