From e2e343336f5402f7e176673af0c273e50386145e Mon Sep 17 00:00:00 2001 From: woderkant Date: Sat, 15 Jul 2017 00:28:44 +0200 Subject: [PATCH] Removed non-existing PHP directive upload_max_size --- docs/FAQ.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 5f7fc49..053a27b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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. \ No newline at end of file +Simply delete the whole `lychee_settings` table from the database. Lychee will regenerate it and ask you to enter a new username and password.