Securing PHP
To secure PHP and prevent an attacker from executing malicious code you can include the following lines into your php.ini: disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source ;di... read more