Add this to your php.ini
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
Stops dodgy php files that may have been added to your system from running.
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
Stops dodgy php files that may have been added to your system from running.

Comment