mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11746] The IN_PHPBB check is not necessary.
PHPBB3-11746
This commit is contained in:
@@ -9,14 +9,6 @@
|
|||||||
|
|
||||||
namespace phpbb\notification\type;
|
namespace phpbb\notification\type;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Admin activation notifications class
|
* Admin activation notifications class
|
||||||
* This class handles notifications for users requiring admin activation
|
* This class handles notifications for users requiring admin activation
|
||||||
|
Reference in New Issue
Block a user