diff options
author | thomascube <thomas@roundcube.net> | 2009-08-27 06:53:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-08-27 06:53:46 +0000 |
commit | 4b20e2871897ad4a0e9bbb7a7b1b83cbcfa01efb (patch) | |
tree | 957895f301fee16fbade5679ca4a1bedcb7d43ac /.htaccess | |
parent | 141c9e732df32afb0ff6892b165bd72f1aac2287 (diff) |
Don't set php_value error_log in .htaccess by default
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ AddType text/x-component .htc <IfModule mod_php5.c> php_flag display_errors Off php_flag log_errors On -php_value error_log logs/errors +# php_value error_log logs/errors php_value upload_max_filesize 5M php_value post_max_size 6M |