i got Warning: shell_exec() has been disabled for security reasons
in my phpinfo
disable_functions exec,passthru,shell_exec,system exec,passthru,shell_exec,system
i set in my php.ini
disable_functions="";
but dont work
ps: I don't understand how changes are made without even asking or notifying. they can compromise the work and economy of a project, like to disable a function. what should i do? put a cron that checks every day if my phpinfo has changed?
I am very disappointed.