These are PHP functions which you want to disable. Locate the php.ini configuration file and have the functions
Quote:
root@zeus [~]# php -i | grep php.ini
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => /usr/local/lib/php.ini
|
vi /usr/local/lib/php.ini
Quote:
|
disable_functions = show_source,system,shell_exec,passthru,exec,popen,proc_open
|
Save the file and restart the web server.