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:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 485c8cf34e..bcc0f3d3eb 100644
--- a/index.php
+++ b/index.php
@@ -16,6 +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('xdebug.show_exception_trace', 0);
@ini_set('magic_quotes_runtime', 0);