aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/tokenparser/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template/twig/tokenparser/include.php')
-rw-r--r--phpBB/includes/template/twig/tokenparser/include.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/includes/template/twig/tokenparser/include.php b/phpBB/includes/template/twig/tokenparser/include.php
index 5b5105d23e..520f9fd1a0 100644
--- a/phpBB/includes/template/twig/tokenparser/include.php
+++ b/phpBB/includes/template/twig/tokenparser/include.php
@@ -7,6 +7,15 @@
*
*/
+/**
+* @ignore
+*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
+
class phpbb_template_twig_tokenparser_include extends Twig_TokenParser_Include
{
/**