]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Setting allow_url_fopen to off
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Dec 2010 16:43:10 +0000 (14:43 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 26 Dec 2010 16:43:10 +0000 (14:43 -0200)
files/apache2/php.ini

index 881d8f3f8de73d39d279dca88cd77ed7d7486f58..f0fe032d6ab26585a9a2a2be52633d352a7316a7 100644 (file)
@@ -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