diff options
author | thomascube <thomas@roundcube.net> | 2006-05-25 18:39:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-25 18:39:21 +0000 |
commit | a8b87f6410adce13ebba4fe70f98adaf9353747f (patch) | |
tree | 145c1efe3d3b38198a8774bb620694fbcda11bef | |
parent | 73ffe123b973b23ed80ef880ffae0afe537c5b7d (diff) |
Changed default error display to Off
-rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |