diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-26 14:43:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-26 14:43:10 -0200 |
commit | a076ddabe41cbb8e4a71257c5a74ad7bf1630b82 (patch) | |
tree | 0852238060f890769012248511a621ad083e3c82 /files | |
parent | c5666f1781f46c2e9c9b5829570485874908994d (diff) | |
download | puppet-php-a076ddabe41cbb8e4a71257c5a74ad7bf1630b82.tar.gz puppet-php-a076ddabe41cbb8e4a71257c5a74ad7bf1630b82.tar.bz2 |
Setting allow_url_fopen to off
Diffstat (limited to 'files')
-rw-r--r-- | files/apache2/php.ini | 2 |
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 |