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:
authormattpiwik <matthieu.aubry@gmail.com>2008-05-09 04:46:42 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-05-09 04:46:42 +0400
commit94b4ead11c3a3f99fc99f034f10e53f5c8322bcc (patch)
tree25a38bac7fa5a14a47673d1ad14c7aa65988cd96 /modules/LogStats.php
parent985a4202c9ab34ee411bb26cecad5cb8da9b0e76 (diff)
- tiny cleaning
git-svn-id: http://dev.piwik.org/svn/trunk@473 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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;