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-06 06:36:49 +0400
committerrobocoder <anthon.pang@gmail.com>2012-03-06 06:36:49 +0400
commit0d2d3283a97e9477173fd91b195b8eb3c00bd79e (patch)
tree5e7c6852945e1b3119d373276689aae662315487 /index.php
parent1bb93318e3b03970b1891fde63bdfb1436879a31 (diff)
refs #3009 - don't set display_errors in vain; updated online docs (re: bootstrap.php)
git-svn-id: http://dev.piwik.org/svn/trunk@5973 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 691d1631ac..485c8cf34e 100644
--- a/index.php
+++ b/index.php
@@ -16,7 +16,6 @@ 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) ? 1 : 0);
@ini_set('xdebug.show_exception_trace', 0);
@ini_set('magic_quotes_runtime', 0);