/framework/vendor/swift/lib/swift_init.php

http://zoop.googlecode.com/ · PHP · 21 lines · 5 code · 4 blank · 12 comment · 0 complexity · 8205b5fea339f39676a7b45b1d55ef0e MD5 · raw file

  1. <?php
  2. /*
  3. * This file is part of SwiftMailer.
  4. * (c) 2004-2009 Chris Corbyn
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /*
  10. * Dependency injection initialization for Swift Mailer.
  11. */
  12. //Load in dependency maps
  13. require_once dirname(__FILE__) . '/dependency_maps/cache_deps.php';
  14. require_once dirname(__FILE__) . '/dependency_maps/mime_deps.php';
  15. require_once dirname(__FILE__) . '/dependency_maps/transport_deps.php';
  16. //Load in global library preferences
  17. require_once dirname(__FILE__) . '/preferences.php';