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:35:15 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-11-25 06:35:15 +0300
commit41164ae53b65a3578cc47c67570e958371c5428b (patch)
treea63da0badbf4aadb4e2a785b4be14d5ccdb73ea4 /piwik.php
parentc7bc1c7d29f84cabd0e77868fe03b2c447f64775 (diff)
revert part of r3039
git-svn-id: http://dev.piwik.org/svn/trunk@3340 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index f4db93ca16..ce38c06725 100644
--- a/piwik.php
+++ b/piwik.php
@@ -17,7 +17,6 @@ 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'))