diff options
Diffstat (limited to 'phpBB/phpbb/template/twig/tokenparser/includejs.php')
-rw-r--r-- | phpBB/phpbb/template/twig/tokenparser/includejs.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/template/twig/tokenparser/includejs.php b/phpBB/phpbb/template/twig/tokenparser/includejs.php index 30a99f3279..0e46915b86 100644 --- a/phpBB/phpbb/template/twig/tokenparser/includejs.php +++ b/phpBB/phpbb/template/twig/tokenparser/includejs.php @@ -9,14 +9,6 @@ namespace phpbb\template\twig\tokenparser; -/** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - class includejs extends \Twig_TokenParser { |