Merge pull request #54 from csedev/master

Variable to enable / disable php_allow_url_fopen
This commit is contained in:
Jeff Geerling 2016-06-08 23:13:17 -05:00
commit 40e4a7b668
2 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,8 @@ php_upload_max_filesize: "64M"
php_post_max_size: "32M"
php_date_timezone: "America/Chicago"
php_allow_url_fopen: "Off"
php_sendmail_path: "/usr/sbin/sendmail -t -i"
php_output_buffering: "4096"
php_short_open_tag: false

View File

@ -89,7 +89,7 @@ max_file_uploads = 20
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
allow_url_fopen = On
allow_url_fopen = {{ php_allow_url_fopen }}
allow_url_include = Off
default_socket_timeout = 60