mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11746] The IN_PHPBB check is not necessary.
PHPBB3-11746
This commit is contained in:
parent
2e9b39285d
commit
66c08de4cb
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue