summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/php/php.ini
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-24 04:06:56 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-24 04:06:56 (GMT)
commitef6e804905b24dcd322c1a4dc698b51fa5ac87e1 (patch)
tree1752993acf29a917335930ef1c53f48b2ef5450d /abs/core-testing/php/php.ini
parentd8519a519fb67545323e6ac9241e5b74ed65319f (diff)
downloadlinhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.zip
linhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.tar.gz
linhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.tar.bz2
allow_url_fopen in php for mythweb. Needed for MBE status page.
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"