|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 /* 00004 * This file is part of SwiftMailer. 00005 * (c) 2004-2009 Chris Corbyn 00006 * 00007 * For the full copyright and license information, please view the LICENSE 00008 * file that was distributed with this source code. 00009 */ 00010 00011 /* 00012 * Dependency injection initialization for Swift Mailer. 00013 */ 00014 00015 //Load in dependency maps 00016 require_once dirname(__FILE__) . '/dependency_maps/cache_deps.php'; 00017 require_once dirname(__FILE__) . '/dependency_maps/mime_deps.php'; 00018 require_once dirname(__FILE__) . '/dependency_maps/transport_deps.php'; 00019 00020 //Load in global library preferences 00021 require_once dirname(__FILE__) . '/preferences.php';
1.8.0