From 4b9efbb9f49911b17bde2d46b86df825e987101e Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Thu, 09 Aug 2007 17:55:14 -0400 Subject: [PATCH] Fixes interface lock-up issues and minor bugs (richs) --- INSTALL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/INSTALL b/INSTALL index d3518ed..a28dea1 100644 --- a/INSTALL +++ b/INSTALL @@ -103,6 +103,9 @@ 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 ========= -- Gitblit v1.9.1