E:
/
home
/
kbcomunicacao1
/
Web
/
automec
/
includes
/
PHPMailer
/
test
/
Upload File
HOME
<?php require_once 'vendor/autoload.php'; spl_autoload_register(function ($class) { require_once strtr($class, '\\_', '//').'.php'; });