diff options
Diffstat (limited to 'phpBB/phpbb/notification/exception.php')
-rw-r--r-- | phpBB/phpbb/notification/exception.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/notification/exception.php b/phpBB/phpbb/notification/exception.php index 275fb3b542..6bdded3fd8 100644 --- a/phpBB/phpbb/notification/exception.php +++ b/phpBB/phpbb/notification/exception.php @@ -10,14 +10,6 @@ namespace phpbb\notification; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * Notifications exception * * @package notifications |