summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/roundcube/files/postinstall-en.txt')
-rw-r--r--mail-client/roundcube/files/postinstall-en.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail-client/roundcube/files/postinstall-en.txt b/mail-client/roundcube/files/postinstall-en.txt
index 192ff54..630875c 100644
--- a/mail-client/roundcube/files/postinstall-en.txt
+++ b/mail-client/roundcube/files/postinstall-en.txt
@@ -63,9 +63,11 @@ See http://trac.roundcube.net/wiki/Howto_Install for even more guidance.
2. PHP CONFIGURATION
- error_reporting E_ALL & ~E_NOTICE (or lower)
- - file_uploads on (for attachment upload features)
+ - file_uploads On (for attachment upload features)
+ - session.auto_start Off
+ - magic_quotes_gpc Off
- memory_limit (increase as suitable to support large attachments)
- - session.auto_start needs to be off/0
+
3. WEBSERVER CONFIGURATION