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