diff options
Diffstat (limited to 'phpBB/includes/smtp.php')
-rw-r--r-- | phpBB/includes/smtp.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php index 1539855c77..de8c76f375 100644 --- a/phpBB/includes/smtp.php +++ b/phpBB/includes/smtp.php @@ -1,13 +1,13 @@ <?php /*************************************************************************** - smtp.php - ------------------- - begin : Wed May 09 2001 - copyright : (C) 2001 The phpBB Group - email : support@phpbb.com - - $Id$ - + * smtp.php + * ------------------- + * begin : Wed May 09 2001 + * copyright : (C) 2001 The phpBB Group + * email : support@phpbb.com + * + * $Id$ + * ***************************************************************************/ /*************************************************************************** @@ -228,4 +228,4 @@ function smtpmail($mail_to, $subject, $message, $headers = "") return TRUE; } -?>
\ No newline at end of file +?> |