diff options
author | thomascube <thomas@roundcube.net> | 2006-07-18 21:02:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-18 21:02:43 +0000 |
commit | bac7d1742d45f256ded98656482ec9995e1c330a (patch) | |
tree | e94566db48903c963b4bb5f9d1b27de632d49e91 /.htaccess | |
parent | 321302e52788e79c3548adde8d66f8ad426c9591 (diff) |
Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # AddDefaultCharset UTF-8 php_flag display_errors Off +php_flag log_errors On +php_value error_log logs/errors php_value upload_max_filesize 2M <FilesMatch "(\.inc|\~)$|^_"> |