Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jasxex

Pages: [1]
1
CentOS 6 Problems / Disable dangerous PHP functions :/
« on: June 20, 2020, 12:24:35 AM »
I also can’t figure out how to disable dangerous PHP functions. I have tried like this in my PHP.ini

disable_functions = "exec, system"

But that didn’t work so now I trying this below.

# disable functions
disable_functions=exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,

Pages: [1]