diff options
Diffstat (limited to 'phpBB/phpbb/log/null.php')
-rw-r--r-- | phpBB/phpbb/log/null.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/log/null.php b/phpBB/phpbb/log/null.php index 2ef69926ee..77d0fbe2d7 100644 --- a/phpBB/phpbb/log/null.php +++ b/phpBB/phpbb/log/null.php @@ -10,14 +10,6 @@ namespace phpbb\log; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * Null logger * * @package phpbb_log |