php: Add /var/www/html to open_basedir
All checks were successful
continuous-integration/drone/push Build is passing

/var/www/html is the default directory in current web servers.
This commit is contained in:
David Prevot 2022-04-25 14:49:47 +02:00
parent b3285d928a
commit 105d495615
6 changed files with 6 additions and 6 deletions

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2

View file

@ -8,6 +8,6 @@ html_errors = Off
allow_url_fopen = Off allow_url_fopen = Off
memory_limit = 128M memory_limit = 128M
max_execution_time = 10 max_execution_time = 10
open_basedir = /home open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2 error_log = /proc/self/fd/2