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:
Diffstat (limited to 'core/Tracker/Request.php')
-rw-r--r--core/Tracker/Request.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php
index 239feb7ed7..659c5fac6a 100644
--- a/core/Tracker/Request.php
+++ b/core/Tracker/Request.php
@@ -286,6 +286,12 @@ class Request
'search_cat' => array(false, 'string'),
'search_count' => array(-1, 'int'),
'gt_ms' => array(-1, 'int'),
+
+ // Content
+ 'c_p' => array('', 'string'),
+ 'c_n' => array('', 'string'),
+ 'c_t' => array('', 'string'),
+ 'c_i' => array('', 'string'),
);
if (!isset($supportedParams[$name])) {