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:
authorrobocoder <anthon.pang@gmail.com>2010-05-06 22:50:38 +0400
committerrobocoder <anthon.pang@gmail.com>2010-05-06 22:50:38 +0400
commitaf5ee40f2d9ebe02980e560b2e64c1baf15d96f2 (patch)
tree09ce382b12199a922102a5d115d824b60e993950 /core/Updater.php
parent20fa671779140bbe21db99fc76ed3f9250521764 (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
git-svn-id: http://dev.piwik.org/svn/trunk@2147 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Updater.php b/core/Updater.php
index 7d6557e355..6ccb5dbba4 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -10,9 +10,6 @@
* @package Piwik
*/
-// no direct access
-defined('PIWIK_INCLUDE_PATH') or die;
-
/**
* @see core/Option.php
*/