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/UserSettings
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/UserSettings')
-rw-r--r--plugins/UserSettings/API.php3
-rw-r--r--plugins/UserSettings/functions.php3
2 files changed, 0 insertions, 6 deletions
diff --git a/plugins/UserSettings/API.php b/plugins/UserSettings/API.php
index 6d5e9c81d8..09f146fe1f 100644
--- a/plugins/UserSettings/API.php
+++ b/plugins/UserSettings/API.php
@@ -10,9 +10,6 @@
* @package Piwik_UserSettings
*/
-// no direct access
-defined('PIWIK_INCLUDE_PATH') or die;
-
/**
* @see plugins/UserSettings/functions.php
*/
diff --git a/plugins/UserSettings/functions.php b/plugins/UserSettings/functions.php
index 728c6434ea..e16ed60867 100644
--- a/plugins/UserSettings/functions.php
+++ b/plugins/UserSettings/functions.php
@@ -10,9 +10,6 @@
* @package Piwik_UserSettings
*/
-// no direct access
-defined('PIWIK_INCLUDE_PATH') or die;
-
/**
* @see libs/UserAgentParser/UserAgentParser.php
*/