From b651274960bf0d5277e67f1323cbe1cb797bcee5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Mar 2002 23:53:12 +0000 Subject: Stop being too paranoid about hacking of includes containing only fully inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_validate.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'phpBB/includes/functions_validate.php') diff --git a/phpBB/includes/functions_validate.php b/phpBB/includes/functions_validate.php index c6f11bf87a..1f70cf2e7e 100644 --- a/phpBB/includes/functions_validate.php +++ b/phpBB/includes/functions_validate.php @@ -21,11 +21,6 @@ * ***************************************************************************/ -if ( !defined('IN_PHPBB') ) -{ - die("Hacking attempt"); -} - // // Check to see if the username has been taken, or if it is disallowed. // Also checks if it includes the " character, which we don't allow in usernames. -- cgit v1.2.1