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 'core/Smarty.php')
-rw-r--r--core/Smarty.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Smarty.php b/core/Smarty.php
index cc5c000bbf..a5b8165583 100644
--- a/core/Smarty.php
+++ b/core/Smarty.php
@@ -10,6 +10,9 @@
* @package Piwik
*/
+// no direct access
+defined('PIWIK_INCLUDE_PATH') or die;
+
/**
* @see libs/Smarty/Smarty.class.php
* @link http://smarty.net