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