| Current Path : /proc/thread-self/root/proc/self/root/home/bolconlineco/public_html/PHPMailer/test/ |
| Current File : //proc/thread-self/root/proc/self/root/home/bolconlineco/public_html/PHPMailer/test/bootstrap.php |
<?php
require_once 'vendor/autoload.php';
spl_autoload_register(function ($class) {
require_once strtr($class, '\\_', '//').'.php';
});