diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 18:39:21 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-25 18:39:21 +0000 |
| commit | 875d69cbfe542263096928a8a7e73f973b4d4fd2 (patch) | |
| tree | dd411fa0727ae9ee0cf541f4a1ffa53e1500d907 /roundcubemail | |
| parent | 70fe32f12b99ea131abdfae4cc340065ededf076 (diff) | |
Changed default error display to Off
git-svn-id: https://svn.roundcube.net/trunk@252 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -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 |
