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 'plugins/Referers/API.php')
-rw-r--r--plugins/Referers/API.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/plugins/Referers/API.php b/plugins/Referers/API.php
index 99d4b144fd..2c8a0bf845 100644
--- a/plugins/Referers/API.php
+++ b/plugins/Referers/API.php
@@ -1,18 +1,18 @@
-<?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_Referers
- */
-
-
-/**
- *
- * @package Piwik_Referers
+<?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_Referers
+ */
+
+
+/**
+ *
+ * @package Piwik_Referers
*/
class Piwik_Referers_API extends Piwik_Apiable
{