aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/smtp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/smtp.php')
-rw-r--r--phpBB/includes/smtp.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php
index 07253af7e7..1539855c77 100644
--- a/phpBB/includes/smtp.php
+++ b/phpBB/includes/smtp.php
@@ -19,11 +19,6 @@
*
***************************************************************************/
-if ( !defined('IN_PHPBB') )
-{
- die("Hacking attempt");
-}
-
define('SMTP_INCLUDED', 1);
//
// This function has been modified as provided
@@ -233,4 +228,4 @@ function smtpmail($mail_to, $subject, $message, $headers = "")
return TRUE;
}
-?>
+?> \ No newline at end of file