mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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;
|
namespace phpbb\mimetype;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package mimetype
|
* @package mimetype
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
|
|
||||||
namespace phpbb\mimetype;
|
namespace phpbb\mimetype;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package mimetype
|
* @package mimetype
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
|
|
||||||
namespace phpbb\mimetype;
|
namespace phpbb\mimetype;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package mimetype
|
* @package mimetype
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
|
|
||||||
namespace phpbb\mimetype;
|
namespace phpbb\mimetype;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package mimetype
|
* @package mimetype
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
|
|
||||||
namespace phpbb\mimetype;
|
namespace phpbb\mimetype;
|
||||||
|
|
||||||
/**
|
|
||||||
* @ignore
|
|
||||||
*/
|
|
||||||
if (!defined('IN_PHPBB'))
|
|
||||||
{
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package mimetype
|
* @package mimetype
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue