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:
authormattpiwik <matthieu.aubry@gmail.com>2010-11-25 06:57:56 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-11-25 06:57:56 +0300
commit72479ea38a74b1522cd3012cc473295d160b2306 (patch)
treefa335f618d80fe48229572611f5b194374f8ab70 /piwik.php
parentefbef0afc5d609c37410a5a2404b03ba54e4fb19 (diff)
Reverting, thanks Anthon
git-svn-id: http://dev.piwik.org/svn/trunk@3343 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index ce38c06725..f4db93ca16 100644
--- a/piwik.php
+++ b/piwik.php
@@ -17,6 +17,7 @@ if(file_exists('bootstrap.php'))
}
$GLOBALS['PIWIK_TRACKER_MODE'] = true;
error_reporting(E_ALL|E_NOTICE);
+@ini_set('xdebug.show_exception_trace', 0);
define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__)=='/'?'':dirname(__FILE__));
if(!defined('PIWIK_USER_PATH'))