Hi, thanks for the pointer.
I created in new template called 30DisableFunctions in the templates-custom tree. Edited with the below:
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
and run
expand-template /etc/php.ini
sv t httpd-e-smith
Now when I take a look at my php.ini file I have both these lines:
disable_functions =
disable_functions = show_source, system, shell_exec, passthru, exec,
phpinfo, popen, proc_open
So what I have done has kinda of worked in making an addition, but not amending to disable_functions. Do you have an idea what I have done wrong?
Many thanks.