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