summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:15:59 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:15:59 +0000
commit70097688f47fe4ae0d9151f4cc71248dc43b5633 (patch)
treefbe1baa0918ee4c4a461a45d0c2f5851a9dd02b5 /.htaccess
parentf2f5424c13a7934befd36f403e65833791df8b41 (diff)
downloadbrdo-70097688f47fe4ae0d9151f4cc71248dc43b5633.tar.gz
brdo-70097688f47fe4ae0d9151f4cc71248dc43b5633.tar.bz2
#348448 follow-up by mfb: Remove default E_STRICT error reporting. We're too far into the release cycle for changes like this. Let's pick it up again in Drupal 8! :)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 0 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index c892cff74..ab8fe8d74 100644
--- a/.htaccess
+++ b/.htaccess
@@ -38,8 +38,6 @@ DirectoryIndex index.php index.html index.htm
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_flag mbstring.encoding_translation off
- # Report all PHP errors, including compile-time errors.
- php_value error_reporting -1
</IfModule>
# Requires mod_expires to be enabled.