Hi,
which functions should I disable, obviously system
disable_functions = system(),
What else should I disable? Do I need the perenthases?
Hi,
which functions should I disable, obviously system
disable_functions = system(),
What else should I disable? Do I need the perenthases?
Ok, now I have:
disable_functions = dl,exec,passthru,proc_open,proc_close,shell_exec,system
Any others I should have in there?
What you put in the above is dependant on a server by server basis. Some have different needs than others there's no real way to tell you what "Needs" to be in there without possibly disrupting your services.
Beau Henderson