diff options
| -rw-r--r-- | roundcubemail/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 8130bebf7..31495a4c6 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -1,6 +1,6 @@ # AddDefaultCharset UTF-8 -php_flag display_errors On -php_value upload_max_filesize 2m +php_flag display_errors Off +php_value upload_max_filesize 2M <FilesMatch "(\.inc|\~)$|^_"> Order allow,deny |
