CSF unable to detect disable_functions correctly!

@uteliux CSF recommend you to DISABLE this functions, and you shows .ini where they really not disabled. To disable some function you must put it to list of disabled functions.
thank you for your reply. But there to to it exept php.ini? how :/ dont undestand :/
 
I don't understand your question, ask with another words.
sorry! just did ./secure_php but CFS still shows "error"
1695033990573.png
 
@uteliux maybe it looks for spaces between functions like:
exec, shell_exe, system
and not:
exec,shell_exec,system
try add spaces in one PHP version manually, restrart it and check csf.
 
looks like still not solved same bug
 
It's the same bug indeed. Now it points to the correct .ini file but still is not able to detect the content in the disable_functions line, so don't worry about it.
 
Back
Top