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/emailer.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'phpBB/includes/emailer.php') diff --git a/phpBB/includes/emailer.php b/phpBB/includes/emailer.php index fb6bdb6e94..f54a9d4f3e 100755 --- a/phpBB/includes/emailer.php +++ b/phpBB/includes/emailer.php @@ -19,11 +19,6 @@ * ***************************************************************************/ -if ( !defined('IN_PHPBB') ) -{ - die("Hacking attempt"); -} - // // The emailer class has support for attaching files, that isn't implemented // in the 2.0 release but we can probable find some way of using it in a future @@ -332,4 +327,4 @@ class emailer } // class emailer -?> +?> \ No newline at end of file -- cgit v1.2.1