diff options
Diffstat (limited to 'phpBB/includes/smtp.php')
-rw-r--r-- | phpBB/includes/smtp.php | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/phpBB/includes/smtp.php b/phpBB/includes/smtp.php index e13082f1bd..a05e6fe0f0 100644 --- a/phpBB/includes/smtp.php +++ b/phpBB/includes/smtp.php @@ -1,7 +1,7 @@ <?php /*************************************************************************** - smtp.php - description - ------------------- + smtp.php + ------------------- begin : Wed May 09 2001 copyright : (C) 2001 The phpBB Group email : support@phpbb.com @@ -10,15 +10,6 @@ ***************************************************************************/ -/*************************************************************************** - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - ***************************************************************************/ - /**************************************************************************** * This script should be included if the admin has configured the board for * smtp mail instead of standard sendmail. It includes a function smtpmail |