From 8bf665a7812714aea4bbdfce6c79ce1f521610a1 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Fri, 6 Sep 2013 18:35:19 +0200 Subject: 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. --- config/global.ini.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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. -- cgit v1.2.3