mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12017] Remove IN_PHPBB defined check
PHPBB3-12017
This commit is contained in:
parent
e48b2c07eb
commit
009a1303f5
2 changed files with 0 additions and 18 deletions
|
@ -10,15 +10,6 @@
|
|||
|
||||
namespace foo\bar\event;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Event listener
|
||||
*/
|
||||
|
|
|
@ -10,15 +10,6 @@
|
|||
|
||||
namespace foo\bar\event;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Event listener
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue