|
php.ini disable_functions request
In WHM -->
Service Configuration -->
PHP Configuration Editor -->
Switch to Advanced Mode -->
Under disable_functions, I would like to know if I can remove phpinfo from 1 domain on my server. I have tried to do this in .htaccess but I keep coming-up with a 500 error. I do not want to remove phpinfo for this setting, just the one website.
disable_functions = "show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open"
Thanks for your help,
Scott
|