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>2013-10-22 08:22:42 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-22 08:22:42 +0400
commit3d729ef502710ccd49863e3c916ebccde7714fa5 (patch)
tree5bebcd7efad7b9c38a8a1c4f8abfa1cf93d8642d /config
parent1ec4a73530d5b0aa2f8b7486924658dd47482c48 (diff)
Removing broken config setting for Transitions
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index a058376e4e..40fe141338 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -405,11 +405,6 @@ campaign_keyword_var_name = "pk_kwd,piwik_kwd,utm_term"
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;
-; By default, when a request is identified as a "Internal Site Search", the URL will not be recorded. This is for performance reasons
-; (the less unique URLs in Piwik the better). Piwik will track, for each Site Search: "Search Keyword",
-; and optionally the "Search Category" and "Search result count". You can set this to 1 to enable tracking Site Search URLs.
-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 the number of octets in IP address to mask (from 0 to 4).