From 513cbb6b20660653e375c73081b2caacb583e203 Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 12 Sep 2013 15:37:49 +1200 Subject: Minor code changes + style following review --- config/global.ini.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index ef0e0632fe..8958b464ee 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -408,7 +408,8 @@ action_sitesearch_record_url = 0 ; Anonymize a visitor's IP address after testing for "Ip exclude" ; 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. +; For IPv4/IPv6 addresses, valid values are the number of octets in IP address to mask (from 0 to 4). +; For IPv6 addresses 0..4 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