summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-25 18:39:21 +0000
committerthomascube <thomas@roundcube.net>2006-05-25 18:39:21 +0000
commita8b87f6410adce13ebba4fe70f98adaf9353747f (patch)
tree145c1efe3d3b38198a8774bb620694fbcda11bef /.htaccess
parent73ffe123b973b23ed80ef880ffae0afe537c5b7d (diff)
Changed default error display to Off
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 8130bebf7..31495a4c6 100644
--- a/.htaccess
+++ b/.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