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:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-06 20:35:19 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-06 20:35:19 +0400
commit8bf665a7812714aea4bbdfce6c79ce1f521610a1 (patch)
treeb2961ee267a0ea4a6ca014874a09257c0f9c85c1 /config
parent8f1e2e085d12b62a878318698da8a8fe6618aa42 (diff)
Change description of ip_address_mask_length setting in global.ini.php
After enabling AnonymizeIP to mask IPv6 addresses the notion of this setting had to be changed to represent a masking level rather than a mask length.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index a818c3248c..ef0e0632fe 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -407,8 +407,8 @@ page_maximum_length = 1024;
action_sitesearch_record_url = 0
; Anonymize a visitor's IP address after testing for "Ip exclude"
-; This value is the number of octets in IP address to mask; if the AnonymizeIP plugin is deactivated, this value is ignored.
-; For IPv4 addresses, valid values are 0..4; for IPv6 addresses, valid values are 0..16
+; This value is the level of anonymization Piwik will use; if the AnonymizeIP plugin is deactivated, this value is ignored.
+; For IPv4/IPv6 addresses, valid values are 0..4. For IPv6 addresses this means that 0,10,12,15 or all octets are masked.
ip_address_mask_length = 1
; Tracker cache files are the simple caching layer for Tracking.