summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 0bb77ab9ff..ba1ce7f38e 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -586,6 +586,8 @@ upload_max_filesize = 2M
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On
+; Whether to allow code execution through URL wrappers
+allow_url_include = Off
; Define the anonymous ftp password (your email address)
;from="john@doe.com"