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:
authormattab <matthieu.aubry@gmail.com>2016-10-31 02:20:25 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-31 02:22:45 +0300
commit08a3ec01bec5799a0c55714b01e193135f2b0a88 (patch)
tree9f702234d2194fb16e99663af78d04e6e021abd8 /core/Tracker
parent15d82c7b304776b5f954b45c8f104b227791e799 (diff)
Better text + https link, fixes #10395
Diffstat (limited to 'core/Tracker')
-rw-r--r--core/Tracker/Response.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Response.php b/core/Tracker/Response.php
index bf8c6f9955..7927666511 100644
--- a/core/Tracker/Response.php
+++ b/core/Tracker/Response.php
@@ -78,7 +78,7 @@ class Response
Common::sendResponseCode(400);
}
Common::printDebug("Empty request => Piwik page");
- echo "<a href='/'>Piwik</a> is a free/libre web <a href='http://piwik.org'>analytics</a> that lets you keep control of your data.";
+ echo "This resource is part of Piwik. Keep full control of your data with the leading free and open source <a href='https://piwik.org' target='_blank'>digital analytics platform</a> for web and mobile.";
} else {
$this->outputApiResponse($tracker);
Common::printDebug("Nothing to notice => default behaviour");