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/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
{