Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: diyhrt on March 19, 2020, 01:55:30 PM

Title: Disable dangerous PHP functions
Post by: diyhrt on March 19, 2020, 01:55:30 PM
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,
Title: Re: Disable dangerous PHP functions
Post by: Sandeep on March 19, 2020, 04:01:32 PM
add it in php.ini or if using fpm then add it to .user.ini