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:
-rw-r--r--plugins/Feedback/API.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Feedback/API.php b/plugins/Feedback/API.php
index e390beadfa..11ec8bc7f7 100644
--- a/plugins/Feedback/API.php
+++ b/plugins/Feedback/API.php
@@ -67,7 +67,6 @@ class API extends \Piwik\Plugin\API
$subject = '[ Feedback Feature - Matomo ] ' . $subject;
$body = Common::unsanitizeInputValue($body) . "\n"
. 'Matomo ' . Version::VERSION . "\n"
- . 'IP: ' . IP::getIpFromHeader() . "\n"
. 'URL: ' . Url::getReferrer() . "\n";
$mail = new Mail();