Removed non-existing PHP directive upload_max_size

The PHP directive upload_max_size in .htaccess, .user.ini, docs/Installation.md and docs/FAQ.md doesn't exist. The right one is upload_max_filesize. It's already there.
See: http://php.net/manual/en/ini.core.php
This commit is contained in:
woderkant 2017-07-15 00:26:46 +02:00 committed by GitHub
parent 27f207dcba
commit 8608cc7868

View File

@ -3,6 +3,5 @@
;max_execution_time = 200
;post_max_size = 200M
;upload_max_size = 200M
;upload_max_filesize = 20M
;max_file_uploads = 200