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:
authorrobocoder <anthon.pang@gmail.com>2010-09-10 23:34:17 +0400
committerrobocoder <anthon.pang@gmail.com>2010-09-10 23:34:17 +0400
commitcde758b067c35c300add1794290121f3e3d2cc8f (patch)
tree012946644cb78c49dddc2846bd8e05e334de485f /piwik.php
parentedc1ad3eee20f344827266804ddff8ee4dbb9db4 (diff)
touching a couple of files to trigger build (again)
git-svn-id: http://dev.piwik.org/svn/trunk@3116 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/piwik.php b/piwik.php
index 348b2f829a..9f6bb7ec55 100644
--- a/piwik.php
+++ b/piwik.php
@@ -1,11 +1,11 @@
-<?php
+<?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
*/
$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
@@ -27,7 +27,7 @@ if(!defined('PIWIK_USER_PATH'))
if(!defined('PIWIK_INCLUDE_PATH'))
{
define('PIWIK_INCLUDE_PATH', PIWIK_DOCUMENT_ROOT);
-}
+}
@ignore_user_abort(true);