Check php for disable_functions

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
rackset
Junior Member
Posts: 7
Joined: 10 Dec 2006, 10:11

Check php for disable_functions

Post by rackset »

Check Server Security does not detect disable_functions in double quote " ", and report it with WARNING status.
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

That would be because you should not have any quotes in that directive - remove them:
http://uk2.php.net/manual/en/features.s ... -functions
Post Reply