Removed non-existing PHP directive upload_max_size

pull/720/head
woderkant 7 years ago committed by GitHub
parent 9a3cbe7902
commit e2e343336f

@ -11,7 +11,6 @@ If possible, change these settings directly in your `php.ini`. We recommend to i
max_execution_time = 200
post_max_size = 100M
upload_max_size = 100M
upload_max_filesize = 20M
memory_limit = 256M
@ -58,4 +57,4 @@ There's a problem with images compressed by ImageOptim. [Read more.](https://git
[#455](https://github.com/electerious/Lychee/issues/455)
#### How to reset username and password?
Simply delete the whole `lychee_settings` table from the database. Lychee will regenerate it and ask you to enter a new username and password.
Simply delete the whole `lychee_settings` table from the database. Lychee will regenerate it and ask you to enter a new username and password.

Loading…
Cancel
Save