Variable to enable / disable php_allow_url_fopen

This commit is contained in:
Chris Smith 2015-09-12 11:52:18 -04:00
parent 0ac0bb2b3b
commit 592995082f
2 changed files with 3 additions and 1 deletions

View File

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

View File

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