Is php ini_set() disabled in php.ini as sjuggested by CSF security check?
You might need to get rid of the 'ini_set' under 'disable_functions' in your php.ini, although CSF recommends this.
Is php ini_set() disabled in php.ini as sjuggested by CSF security check?
You might need to get rid of the 'ini_set' under 'disable_functions' in your php.ini, although CSF recommends this.
You should remove 'ini_set' from 'disable_functions' in your php.ini.
i removed this but it doesn't solved