/framework/vendor/swift/lib/swift_required_pear.php
http://zoop.googlecode.com/ · PHP · 22 lines · 4 code · 5 blank · 13 comment · 0 complexity · 9be56fa84e47172301f350fd6999aa25 MD5 · raw file
- <?php
- /*
- * This file is part of SwiftMailer.
- * (c) 2004-2009 Chris Corbyn
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- /*
- * Autoloader and dependency injection initialization for Swift Mailer.
- */
- //Load Swift utility class
- require_once dirname(__FILE__) . '/Swift.php';
- //Start the autoloader
- Swift::registerAutoload();
- //Load the init script to set up dependency injection
- require_once dirname(__FILE__) . '/swift_init.php';