summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
committersvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
commit4b9efbb9f49911b17bde2d46b86df825e987101e (patch)
tree9bac87e1a7399cd938c12b5f8c82b9561e4912f8 /INSTALL
parent6d969b4d9020560d3491d19a5b0487e325e9bce4 (diff)
Fixes interface lock-up issues and minor bugs (richs)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d3518ed93..a28dea1c7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -103,6 +103,9 @@ CONFIGURATION
Change the files in config/* according your to environment and your needs.
Details about the config paramaters can be found in the config files.
+You can also modify the default .htaccess file. This is necessary to
+increase the allowed size of file attachments, for example:
+ php_value upload_max_filesize 2M
UPGRADING
=========