Back again with me.. (stupid like a fake radio DJ)
Securing phpinfo.php? Why? Simple but Important!
Sometimes when i working with PHP like setup a new blog, messing around with my online store, or just simply playing with some code that i just found from google, i usually put phpinfo.php. These type of informational files employ PHP’s handy phpinfo() function to display a concise summary of all of your server’s variables, which may then be referenced for debugging purposes, bragging rights, and so on.
I frequently forget to remove it or just protect it from public. Why is this so important? This is very importtant because not everyone is a nice guy like me
People can easily access that file and looking for this infos: (more…)









