diff options
Diffstat (limited to 'phpBB/phpbb/json_response.php')
-rw-r--r-- | phpBB/phpbb/json_response.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/json_response.php b/phpBB/phpbb/json_response.php index fe532fc9d4..45c2f6cac4 100644 --- a/phpBB/phpbb/json_response.php +++ b/phpBB/phpbb/json_response.php @@ -10,14 +10,6 @@ namespace phpbb; /** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** * JSON class * @package phpBB3 */ |