Skip to content

Commit facd453

Browse files
committed
Disable allow_url_fopen
Fixes #55 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent b4d05f2 commit facd453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ max_file_uploads = 20
818818

819819
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
820820
; http://php.net/allow-url-fopen
821-
allow_url_fopen = On
821+
allow_url_fopen = Off
822822

823823
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
824824
; http://php.net/allow-url-include

0 commit comments

Comments
 (0)