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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-06 22:50:38 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-05-06 22:50:38 +0400
commit73e3c88fe38688010b8848f20a2cf0a5ce38970b (patch)
tree09ce382b12199a922102a5d115d824b60e993950 /plugins/UserCountry
parent245c9045105d83bd49e37f7a3b6a0e4da12e2771 (diff)
fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH') or die "guard"; we'll enhance PhpSecInfo to assist the user in configuring their environment more securely
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/API.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php
index 3b83786e9a..107c072b3d 100644
--- a/plugins/UserCountry/API.php
+++ b/plugins/UserCountry/API.php
@@ -10,9 +10,6 @@
* @package Piwik_UserCountry
*/
-// no direct access
-defined('PIWIK_INCLUDE_PATH') or die;
-
/**
* @see core/DataFiles/Countries.php
* @see plugins/UserCountry/functions.php