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:
authorjohmathe <johmathe@google.com>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@google.com>2008-04-11 17:38:22 +0400
commitd4f405b6550da50a4cb67b5b78a05f2117f56f2a (patch)
tree74d20e97ca1972049051ca40db57bbbb7d59b9dc /modules/LogStats.php
parent333c624afd1493d7b7ec61896190a2c1d1aada67 (diff)
Convert txt files to unix format
git-svn-id: http://dev.piwik.org/svn/trunk@444 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index db124735b3..4cf63ebbef 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_LogStats
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_LogStats
+ */
+
/**
* Class used by the logging script piwik.php called by the javascript tag.
* Handles the visitor & his/her actions on the website, saves the data in the DB, saves information in the cookie, etc.
@@ -38,9 +38,9 @@
* 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
*
- *
- * Configuration options for the statsLogEngine module:
- * - use_cookie ; defines if we try to get/set a cookie to help recognize a unique visitor
+ *
+ * Configuration options for the statsLogEngine module:
+ * - use_cookie ; defines if we try to get/set a cookie to help recognize a unique visitor
*
* @package Piwik_LogStats
*/