diff options
author | thomascube <thomas@roundcube.net> | 2006-02-04 19:08:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-04 19:08:10 +0000 |
commit | 58e3602a37cccab55f71fbf839b32fbc4322699c (patch) | |
tree | 4f48f72eb95d6ad7fb69ac09644e96f890bfded8 /.htaccess | |
parent | 76ffa2a099300325b34c92a9291dc4031b8a0d8a (diff) |
Bugfixes for encoding and sending with attachments
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ -php_flag display_errors On -php_value upload_max_filesize 2m +AddDefaultCharset UTF-8 +php_flag display_errors On +php_value upload_max_filesize 2m <FilesMatch "(\.inc|\~)$|^_"> Order allow,deny |