File "bootstrap.php"
Full Path: /home/ichhrkpd/public_html/application/third_party/phpmailer/test/bootstrap.php
File size: 140 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once 'vendor/autoload.php';
spl_autoload_register(function ($class) {
require_once strtr($class, '\\_', '//').'.php';
});