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) --- .htaccess | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.htaccess b/.htaccess index b69de0c..2244a05 100644 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ php_flag display_errors Off php_flag log_errors On php_value error_log logs/errors -php_value upload_max_filesize 2M +php_value upload_max_filesize 5M <FilesMatch "(\.inc|\~)$"> Order allow,deny -- Gitblit v1.9.1