diff options
author | svncommit <devs@roundcube.net> | 2007-08-09 21:55:14 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-08-09 21:55:14 +0000 |
commit | 4b9efbb9f49911b17bde2d46b86df825e987101e (patch) | |
tree | 9bac87e1a7399cd938c12b5f8c82b9561e4912f8 /INSTALL | |
parent | 6d969b4d9020560d3491d19a5b0487e325e9bce4 (diff) |
Fixes interface lock-up issues and minor bugs (richs)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ========= |