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 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index 0429c7792d..3a8ded1202 100644
--- a/piwik.php
+++ b/piwik.php
@@ -7,6 +7,8 @@
*
* @package Piwik
*/
+use Piwik\Core\Piwik;
+
$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);