aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/usercp_avatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/usercp_avatar.php')
-rw-r--r--phpBB/includes/usercp_avatar.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/usercp_avatar.php b/phpBB/includes/usercp_avatar.php
index 8e11e773bd..385316dbff 100644
--- a/phpBB/includes/usercp_avatar.php
+++ b/phpBB/includes/usercp_avatar.php
@@ -21,12 +21,6 @@
*
***************************************************************************/
-if ( !defined('IN_PROFILE') )
-{
- die("Hacking attempt");
- exit;
-}
-
function check_image_type(&$type, &$error, &$error_msg)
{
global $lang;