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
commit00458c6e4c15b0446b28fa5ed653c154244f8ca7 (patch)
tree74d20e97ca1972049051ca40db57bbbb7d59b9dc /plugins/UserSettings/API.php
parentae61417b1290baf3747e2af999b9401c004e48cd (diff)
Convert txt files to unix format0.1.5
Diffstat (limited to 'plugins/UserSettings/API.php')
-rw-r--r--plugins/UserSettings/API.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index ba68860b6a..7f1bee7901 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -1,21 +1,21 @@
-<?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_UserSettings
- */
-
+<?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_UserSettings
+ */
+
require_once "DataFiles/Browsers.php";
require_once "DataFiles/OS.php";
-
-/**
- *
- * @package Piwik_UserSettings
+
+/**
+ *
+ * @package Piwik_UserSettings
*/
class Piwik_UserSettings_API extends Piwik_Apiable
{