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 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index 0ed573d49d..575471eac8 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -210,7 +210,7 @@ class Piwik_LogStats
case self::STATE_NO_GET_VARIABLE:
printDebug("No get variables => piwik page");
- echo "Piwik is a free open source <a href='http://piwik.org'>web analytics</a> alternative to Google analytics.";
+ echo "<a href='index.php'>Piwik</a> is a free open source <a href='http://piwik.org'>web analytics</a> alternative to Google analytics.";
break;