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.php')
-rw-r--r--core/Tracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index 95bb12d7c1..3ed757c638 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -76,7 +76,7 @@ class Tracker
ExceptionHandler::setUp();
Common::printDebug("Debug enabled - Input parameters: ");
- Common::printDebug(var_export($_GET, true));
+ Common::printDebug(var_export($_GET + $_POST, true));
}
}