aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/smtp.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-01-28 21:03:25 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-01-28 21:03:25 +0000
commit9819d4f7777465aa9b12daf5b591592e8dc91915 (patch)
treec9229e37247affd55b03780d7b5424f23df4b54d /phpBB/includes/smtp.php
parent0a120aea728fdf61015260236fe2072f9eebdfdd (diff)
downloadforums-9819d4f7777465aa9b12daf5b591592e8dc91915.tar
forums-9819d4f7777465aa9b12daf5b591592e8dc91915.tar.gz
forums-9819d4f7777465aa9b12daf5b591592e8dc91915.tar.bz2
forums-9819d4f7777465aa9b12daf5b591592e8dc91915.tar.xz
forums-9819d4f7777465aa9b12daf5b591592e8dc91915.zip
This should fix Bug #498451.. Keep it from including smtp.php more than once..
git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0
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)))