diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index ffbaae89b6..8d2e74a5da 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -531,6 +531,9 @@ upload_max_filesize = 2M ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On +; Whether to allow include/require to open URLs (like http:// or ftp://) as files. +allow_url_include = Off + ; Define the anonymous ftp password (your email address) ;from="john@doe.com" |