diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-04-02 21:13:47 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-04-02 21:13:47 +0000 |
commit | 32b514a8006520d2159b654cd017d2d4471104fe (patch) | |
tree | 81eb17c8ceb46cc7b4fa951c7fc44ba553f0c9ed /phpBB/includes/smtp.php | |
parent | b6c7561122d33f4d5a198102d55fe789b4fd13d9 (diff) | |
download | forums-32b514a8006520d2159b654cd017d2d4471104fe.tar forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.gz forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.bz2 forums-32b514a8006520d2159b654cd017d2d4471104fe.tar.xz forums-32b514a8006520d2159b654cd017d2d4471104fe.zip |
Ok this is just me being anal again... No code changes, just file headers..
git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
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 +?> |