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>2007-08-29 21:28:07 +0400
committermattpiwik <matthieu.aubry@gmail.com>2007-08-29 21:28:07 +0400
commit62ff9b52a06d97bd7edecd9d81bb95d060763800 (patch)
tree8d55bb8503f17707fb0dcf33fd694068da08c90d /modules/LogStats.php
parent5819eda4fff1051164234750a694f9885935b1ca (diff)
- Comments
- Controller code / frontController - Login module + deported the auth setup in plugin - Url helper git-svn-id: http://dev.piwik.org/svn/trunk@51 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index d603366f08..7b0e80c837 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -28,6 +28,8 @@
* We could also imagine a batch system that would read a log file every 5min,
* and which prepares the file containg the rows to insert, then we load DATA INFILE
*
+ *
+ * @package Piwik_LogStats
*/
/**