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
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-10-02 18:31:30 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-08 13:22:27 +0300
commitdbf1b48b12b80580a42fb22c9b1156b3c909cedf (patch)
tree04a2a72db17a1d7eec460e98984a58c7b700c573 /config
parent31462876a0490dd263194ee258c3bb7e4b44ef76 (diff)
Plugin to track usage of Piwik
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index cb49709b37..bdf4b3dbd4 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -107,11 +107,6 @@ always_archive_data_range = 0;
; NOTE: you must also set [log] log_writers[] = "screen" to enable the profiler to print on screen
enable_sql_profiler = 0
-; if set to > 0, a Piwik tracking code will be included in the Piwik UI footer and will track visits, pages, etc.
-; data will be stored for idSite = enable_measure_piwik_usage_in_idsite
-; this is useful for Piwik developers as an easy way to create data in their local Piwik
-enable_measure_piwik_usage_in_idsite = 0
-
; If set to 1, all requests to piwik.php will be forced to be 'new visitors'
tracker_always_new_visitor = 0