php.init add /etc/webapps to allowed directories
This commit is contained in:
parent
fd979a9323
commit
384c524416
@ -296,7 +296,7 @@ serialize_precision = 17
|
|||||||
; or per-virtualhost web server configuration file. This directive is
|
; or per-virtualhost web server configuration file. This directive is
|
||||||
; *NOT* affected by whether Safe Mode is turned On or Off.
|
; *NOT* affected by whether Safe Mode is turned On or Off.
|
||||||
; http://php.net/open-basedir
|
; http://php.net/open-basedir
|
||||||
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
|
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/
|
||||||
|
|
||||||
; This directive allows you to disable certain functions for security reasons.
|
; This directive allows you to disable certain functions for security reasons.
|
||||||
; It receives a comma-delimited list of function names. This directive is
|
; It receives a comma-delimited list of function names. This directive is
|
||||||
|
Loading…
Reference in New Issue
Block a user