Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-03-10 20:38:53 +0400
committerrobocoder <anthon.pang@gmail.com>2012-03-10 20:38:53 +0400
commitf6159872e14f8c02f1226b10d52e1b4207206b81 (patch)
treea890d286cf912e700040df6e49279815a69cc024 /index.php
parentc86df368815ae9fc135384c30a36be3bf0db2996 (diff)
refs #3030 - for debug
git-svn-id: http://dev.piwik.org/svn/trunk@6032 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index bcc0f3d3eb..15175c3c98 100644
--- a/index.php
+++ b/index.php
@@ -16,7 +16,7 @@ if(file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php'))
}
error_reporting(E_ALL|E_NOTICE);
-@ini_set('display_errors', (defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 0));
+@ini_set('display_errors', (defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : 1));
@ini_set('xdebug.show_exception_trace', 0);
@ini_set('magic_quotes_runtime', 0);