forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php | ||
/** | ||
* PHPMailer - PHP email creation and transport class | ||
* PHPMailer SPL autoloader. | ||
* PHP Version 5.0.0 | ||
* @package PHPMailer | ||
* @link https://github.com/PHPMailer/PHPMailer/ | ||
* @author Marcus Bointon (coolbru) [email protected] | ||
* @author Jim Jagielski (jimjag) [email protected] | ||
* @author Andy Prevost (codeworxtech) [email protected] | ||
* @author Marcus Bointon (coolbru) <[email protected]> | ||
* @author Jim Jagielski (jimjag) <[email protected]> | ||
* @author Andy Prevost (codeworxtech) <[email protected]> | ||
* @author Brent R. Matzelle (original founder) | ||
* @copyright 2013 Marcus Bointon | ||
* @copyright 2010 - 2012 Jim Jagielski | ||
|
@@ -18,8 +18,8 @@ | |
*/ | ||
|
||
/** | ||
* Define an SPL autoloader for PHPMailer classes | ||
* @param string The name of the class to load | ||
* PHPMailer SPL autoloader. | ||
* @param string $classname The name of the class to load | ||
*/ | ||
function PHPMailerAutoload($classname) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters