It took me several hours to find that this file is disabling PHP functions, I couldn't even do a phpinfo()! What is it and what controls it?
This is its contents:
display_errors = Off
expose_php = Off
enable_dl = Off
disable_functions = show_source,system,shell_exec,passthru,exec,phpinfo,popen,proc_open,allow_url_fopen,ini_set
Any clues? Thank you!
This is its contents:
display_errors = Off
expose_php = Off
enable_dl = Off
disable_functions = show_source,system,shell_exec,passthru,exec,phpinfo,popen,proc_open,allow_url_fopen,ini_set
Any clues? Thank you!