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