mirror of
https://github.com/pierre42100/comunic
synced 2025-11-04 12:14:10 +00:00
First commit
This commit is contained in:
5
3rdparty/phpmailer/test/bootstrap.php
vendored
Executable file
5
3rdparty/phpmailer/test/bootstrap.php
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once 'vendor/autoload.php';
|
||||
spl_autoload_register(function ($class) {
|
||||
require_once strtr($class, '\\_', '//').'.php';
|
||||
});
|
||||
Reference in New Issue
Block a user