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