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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php
index f14e836730..0e2cbf9e63 100644
--- a/phpBB/includes/smtp.php
+++ b/phpBB/includes/smtp.php
@@ -33,6 +33,7 @@
* to the opened socket to the server and the second the
* response code you are looking for.
****************************************************************************/
+define('SMTP_INCLUDED', 1);
function server_parse($socket, $response)
{
if(!($server_response = fgets($socket, 100)))