gest366/lib/phpmailer/phpmailer_old/test/bootstrap.php
Fabio b7a18f88e4 Caricato nuovo PHPMailer
Aggiunto nuovo PHPMailer 6.7.1

Signed-off-by: Fabio <tomafab5@hotmail.com>
2023-01-27 12:38:01 +01:00

6 lines
140 B
PHP

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