|
You can add this by creating a file named php.ini in the document root of the account.
The content of the file will be:
disable_functions = "show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open"
But this will work if the php is compiled as CGI, if not it will give 500 internal server error.
|