From cfad36d79859d2b32c9581a4ab234e403f3c6c66 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Wed, 27 Jul 2016 20:31:33 +0200 Subject: [PATCH] Added "session" to required extensions #579 --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 58d0175..aa64dd2 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -3,7 +3,7 @@ Everything you need is a web-server with PHP 5.5 or later and a MySQL-Database. The following PHP extensions must be activated: - exif, gd, json, mbstring, mysqli, zip + session, exif, mbstring, gd, mysqli, json, zip To use Lychee without restrictions, we recommend to increase the values of the following properties in `php.ini`: