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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-03 05:40:24 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-03 05:40:24 +0400
commit26d67856959d73946e54de76116c7169b1a3dd5f (patch)
tree5bf9112ab29a0d9d7921ec5c1c62b13498899564 /core/Tracker.php
parentc2c5e16ef232049061e1353dad20337395a86a9e (diff)
the tracker should not define any limitations of the custom variables
Diffstat (limited to 'core/Tracker.php')
-rw-r--r--core/Tracker.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index 05deb9a2aa..17265e76ed 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -43,10 +43,6 @@ class Tracker
const LENGTH_HEX_ID_STRING = 16;
const LENGTH_BINARY_ID = 8;
- // These are also hardcoded in the Javascript
- const MAX_CUSTOM_VARIABLES = 5;
- const MAX_LENGTH_CUSTOM_VARIABLE = 200;
-
static protected $forcedDateTime = null;
static protected $forcedIpString = null;
static protected $forcedVisitorId = null;