php: Add /var/www/html to open_basedir
continuous-integration/drone/push Build is passing Details

/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
memory_limit = 128M
max_execution_time = 10
open_basedir = /home
open_basedir = /home:/var/www/html
disable_functions = exec, shell-exec, system, passthru, putenv, popen
error_log = /proc/self/fd/2

View File

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

View File

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

View File

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

View File

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

View File

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