mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11912] Remove IN_PHPBB checks from mimetype guesser files
PHPBB3-11912
This commit is contained in:
parent
81caa35955
commit
9d4893b047
5 changed files with 0 additions and 40 deletions
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\mimetype;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package mimetype
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\mimetype;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package mimetype
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\mimetype;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package mimetype
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\mimetype;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package mimetype
|
||||
*/
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
namespace phpbb\mimetype;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @package mimetype
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue