I am currently working on securing my installation.
One forum talked about disabling the following functions:
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
I know that dolphin needs Exec()....but what about the other functions? Can I disable them without affecting dolphin in a negative way?