This commit is contained in:
midoks 2019-08-25 14:27:34 +08:00
parent ef20613ea9
commit dcc05818e4
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
[CLI Server]
cli_server.color = On

View File

@ -44,7 +44,7 @@ allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
[CLI Server]
cli_server.color = On