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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 107c072b3d..3b83786e9a 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -10,6 +10,9 @@
* @package Piwik_UserCountry
*/
+// no direct access
+defined('PIWIK_INCLUDE_PATH') or die;
+
/**
* @see core/DataFiles/Countries.php
* @see plugins/UserCountry/functions.php