CSF v9.13 php check error

Post Reply
kikloo
Junior Member
Posts: 6
Joined: 29 Nov 2010, 11:31

CSF v9.13 php check error

Post by kikloo »

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.
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: CSF v9.13 php check error

Post by ForumAdmin »

csf gets the configuration information by running the php binary in question and passing -i to display that configuration.
Post Reply