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>2010-07-29 00:15:31 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-29 00:15:31 +0400
commit929274f6e84363885fc500051a55c41c86b7ca0e (patch)
treeaddcc55ec7ce1099bd4446bcc13896345faae3f4 /index.php
parent11a3802062956779213158c147a1733f0f2abbda (diff)
fixes #1520 - disable xdebug stacktraces
git-svn-id: http://dev.piwik.org/svn/trunk@2763 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 07c2ebc0de..64727a6226 100644
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@ if(!defined('PIWIK_DISPLAY_ERRORS') || PIWIK_DISPLAY_ERRORS)
{
@ini_set('display_errors', 1);
}
+@ini_set('xdebug.show_exception_trace', 0);
@ini_set('magic_quotes_runtime', 0);
define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__)=='/'?'':dirname(__FILE__));