aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-12-26 14:43:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-12-26 14:43:10 -0200
commita076ddabe41cbb8e4a71257c5a74ad7bf1630b82 (patch)
tree0852238060f890769012248511a621ad083e3c82
parentc5666f1781f46c2e9c9b5829570485874908994d (diff)
downloadpuppet-php-a076ddabe41cbb8e4a71257c5a74ad7bf1630b82.tar.gz
puppet-php-a076ddabe41cbb8e4a71257c5a74ad7bf1630b82.tar.bz2
Setting allow_url_fopen to off
-rw-r--r--files/apache2/php.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini
index 881d8f3..f0fe032 100644
--- a/files/apache2/php.ini
+++ b/files/apache2/php.ini
@@ -573,7 +573,7 @@ max_file_uploads = 50
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
-allow_url_fopen = On
+allow_url_fopen = Off
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = Off