Hi,
CSF is reporting that I should do the following:
---
You should modify /opt/alt/php56/etc/php.ini and set: enable_dl = Off
ou should modify the PHP configuration and disable commonly abused php functions, e.g.: disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
You should consider adding ini_set to the disable_functions in the PHP configuration
---
Upon checking the same is already have been done in php configuration in whm, why CSF is reporting that its not ??
Thanks.
CSF v9.13 php check error
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: CSF v9.13 php check error
csf gets the configuration information by running the php binary in question and passing -i to display that configuration.