Jump to content

Dangerous PHP Functions Enabled


Akai90

Recommended Posts

hai 

proper php function disable.. 

disable_functions = "exec, system, passthru, popen, proc_open, shell_exec"
display_errors = Off
max_execution_time = 300
max_input_time = 600
max_input_vars = 1000
memory_limit = 512M
post_max_size = 32M

this is my php.ini on cpanel editor

my server 

php 7.4

litespeed webserver 

thanks

Link to comment
Share on other sites

Can you check if your current php.ini file is being overridden by an underlying one? You also don't have to hesitate to contact your host for such matters, they will usually be happy to take care of it. ;)

Please no more private messages, mentions or anything like that. I don't offer any support at the moment.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...