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@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commit862724121b8a0649bd983cd24c769006b40cec99 (patch)
tree399ba025aced393df840394ea4be1b731d90d3de /plugins/Provider/API.php
parent25a42b5ef313cf0555ee7a7a341a49af6f1b40a7 (diff)
Convert txt files to unix format0.1.4
Diffstat (limited to 'plugins/Provider/API.php')
-rw-r--r--plugins/Provider/API.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php
index 0a0d9ba3e5..1dfd64f2b4 100644
--- a/plugins/Provider/API.php
+++ b/plugins/Provider/API.php
@@ -1,17 +1,17 @@
-<?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_Provider
- */
-
-/**
- *
- * @package Piwik_Provider
+<?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_Provider
+ */
+
+/**
+ *
+ * @package Piwik_Provider
*/
class Piwik_Provider_API extends Piwik_Apiable
{