Blame view

application/libs/PHPMailer/test/bootstrap.php 140 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
  <?php
  require_once 'vendor/autoload.php';
  spl_autoload_register(function ($class) {
      require_once strtr($class, '\\_', '//').'.php';
  });