From: Silvio Rhatto Date: Sun, 26 Dec 2010 16:43:10 +0000 (-0200) Subject: Setting allow_url_fopen to off X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a076ddabe41cbb8e4a71257c5a74ad7bf1630b82;p=puppet-php.git Setting allow_url_fopen to off --- 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