I want to disable some PHP functions.
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
however, looking in MutiPhpini editor, i see no entry for disable_functions, so i've no idea where to post the above string.
Could...