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>2012-08-22 13:04:47 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-08-22 13:04:47 +0400
commit575b7708dcee35b97e464d7c4a8396eac9da779e (patch)
tree304c36cc6f5c4b7a272b4bb76d63c5e767b67990 /piwik.php
parentc24e32114da5b2e2257c3cb657203047d51f2a26 (diff)
Refs #3339 testing pots commit hook was migrated correctly?
git-svn-id: http://dev.piwik.org/svn/trunk@6859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 698f9f3574..ab8b43c5dc 100644
--- a/piwik.php
+++ b/piwik.php
@@ -18,7 +18,7 @@ if(file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php'))
require_once PIWIK_DOCUMENT_ROOT . '/bootstrap.php';
}
-$GLOBALS['PIWIK_TRACKER_MODE'] = true;
+$GLOBALS['PIWIK_TRACKER_MODE'] = true;
error_reporting(E_ALL|E_NOTICE);
@ini_set('xdebug.show_exception_trace', 0);
@ini_set('magic_quotes_runtime', 0);