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:
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index ab8b43c5dc..698f9f3574 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);