gest366/lib/phpmailer/phpmailer_old/test/bootstrap.php

6 lines
140 B
PHP
Raw Normal View History

<?php
require_once 'vendor/autoload.php';
spl_autoload_register(function ($class) {
require_once strtr($class, '\\_', '//').'.php';
});