View Single Post
  #2 (permalink)  
Old 06-19-2009, 05:12 PM
krizag krizag is offline
Registered User
 
Join Date: Jun 2009
Posts: 10
krizag is on a distinguished road
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.
Reply With Quote