From a076ddabe41cbb8e4a71257c5a74ad7bf1630b82 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 Dec 2010 14:43:10 -0200 Subject: Setting allow_url_fopen to off --- files/apache2/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3