[ticket/12017] Remove IN_PHPBB defined check

PHPBB3-12017
This commit is contained in:
Joas Schilling 2013-11-14 00:14:04 +01:00
parent e48b2c07eb
commit 009a1303f5
2 changed files with 0 additions and 18 deletions

View file

@ -10,15 +10,6 @@
namespace foo\bar\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Event listener
*/

View file

@ -10,15 +10,6 @@
namespace foo\bar\event;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
/**
* Event listener
*/