summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/php/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/php/php.ini')
-rw-r--r--abs/core-testing/php/php.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini
index 7d5c1de..bc0e862 100644
--- a/abs/core-testing/php/php.ini
+++ b/abs/core-testing/php/php.ini
@@ -598,10 +598,10 @@ upload_max_filesize = 2M
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
-allow_url_fopen = Off
+allow_url_fopen = on
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
-allow_url_include = Off
+allow_url_include = on
; Define the anonymous ftp password (your email address)
;from="john@doe.com"