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:
authormattab <matthieu.aubry@gmail.com>2014-09-09 15:24:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-09 15:24:45 +0400
commitae317050324f12d9e0aac670059022a521f3bac5 (patch)
tree5f01ef676559d89af3fdff8ba2791628181a96a1 /config
parentcba83cec9c3cdafd75004932b6768c48a15f116f (diff)
Fixes #6175
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index a01f51b1d7..649b1964ba 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -472,13 +472,6 @@ use_third_party_id_cookie = 0
; Once enabled (set to 1) messages will be logged to all loggers defined in "[log] log_writers" config.
debug = 0
-; There is a feature in the Tracking API that lets you create new visit at any given time, for example if you know that a different user/customer is using
-; the app then you would want to tell Piwik to create a new visit (even though both users are using the same browser/computer).
-; To prevent abuse and easy creation of fake visits, this feature requires admin token_auth by default
-; If you wish to use this feature using the Javascript tracker, you can set the setting new_visit_api_requires_admin=0, and in Javascript write:
-; _paq.push(['appendToTrackingUrl', 'new_visit=1']);
-new_visit_api_requires_admin = 1
-
; This setting is described in this FAQ: http://piwik.org/faq/how-to/faq_175/
; Note: generally this should only be set to 1 in an intranet setting, where most users have the same configuration (browsers, OS)
; and the same IP. If left to 0 in this setting, all visitors will be counted as one single visitor.