aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method/jabber.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/notification/method/jabber.php')
-rw-r--r--phpBB/phpbb/notification/method/jabber.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/notification/method/jabber.php b/phpBB/phpbb/notification/method/jabber.php
index 6ec21bb735..bdfaf5a6fc 100644
--- a/phpBB/phpbb/notification/method/jabber.php
+++ b/phpBB/phpbb/notification/method/jabber.php
@@ -10,14 +10,6 @@
namespace phpbb\notification\method;
/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-/**
* Jabber notification method class
* This class handles sending Jabber messages for notifications
*