Disable php functions for security
I read the 2 articles below about dangerous php functions and how to disable them.
http://stackoverflow.com/questions/1865020/php-how-to-disable-dangerous-functionshttp://www.cyberciti.biz/faq/linux-unix-apache-lighttpd-phpini-disable-functions/Could someone tell me which php.ini file I need to add the following code to inside Kloxo-MR?
Here's the code I want to add to the correct php.ini file:
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
allow_url_fopen=Off
allow_url_include=Off
FYI: I have a php.ini file that shared hosting provider added to the root folder of my Wordpress but I doubt this is the correct location in Kloxo-MR. The web hosted added the wrong code to the php.ini and I only noticed it today.
Thanks