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 <tsteur@users.noreply.github.com>2020-06-11 23:37:03 +0300
committerGitHub <noreply@github.com>2020-06-11 23:37:03 +0300
commit59698ee2a889ff321c53d526c4b3b61d9660ab4a (patch)
tree44f94e62951fd2a4a568f09fb781bb9c9276783d /config
parent192ba70e5754265c69ed3d2c95d35a74ba000551 (diff)
Rename Piwik -> Matomo in cookies (#16053)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 3fec1ac4e2..c3c628bbd3 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -395,7 +395,7 @@ hash_algorithm = whirlpool
force_ssl = 0
; (DEPRECATED) has no effect
-login_cookie_name = piwik_auth
+login_cookie_name = matomo_auth
; By default, the auth cookie is set only for the duration of session.
; if "Remember me" is checked, the auth cookie will be valid for 14 days by default
@@ -825,7 +825,7 @@ enable_language_to_country_guess = 1
scheduled_tasks_min_interval = 3600
; name of the cookie to ignore visits
-ignore_visits_cookie_name = piwik_ignore
+ignore_visits_cookie_name = matomo_ignore
; Comma separated list of variable names that will be read to define a Campaign name, for example CPC campaign
; Example: If a visitor first visits 'index.php?matomo_campaign=Adwords-CPC' then it will be counted as a campaign referrer named 'Adwords-CPC'