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/UserCountry/API.php')
-rw-r--r--plugins/UserCountry/API.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 8d82ce0b6c..631e4ea8e6 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/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_UserCountry
- */
-
+<?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_UserCountry
+ */
+
require_once "DataFiles/Countries.php";
-
-
-/**
- *
- * @package Piwik_UserCountry
+
+
+/**
+ *
+ * @package Piwik_UserCountry
*/
class Piwik_UserCountry_API extends Piwik_Apiable
{