golden hour
/home/phakp/public_html/erp/includes/swiftmailer/lib
⬆️ Go Up
Upload
File/Folder
Size
Actions
classes
-
Del
OK
dependency_maps
-
Del
OK
mime_types.php
40.03 KB
Del
OK
preferences.php
942 B
Del
OK
swift_required.php
632 B
Del
OK
swiftmailer_generate_mimes_config.php
7.59 KB
Del
OK
Edit: swift_required.php
<?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. */ require __DIR__.'/classes/Swift.php'; Swift::registerAutoload(function () { // Load in dependency maps require __DIR__.'/dependency_maps/cache_deps.php'; require __DIR__.'/dependency_maps/mime_deps.php'; require __DIR__.'/dependency_maps/message_deps.php'; require __DIR__.'/dependency_maps/transport_deps.php'; // Load in global library preferences require __DIR__.'/preferences.php'; });
Save