freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
use Phem\ClassLoading\Bootstrapping\Bootstrapper;
/**
*
* @author kubapet
*/
class PHPMailerBoot extends Bootstrapper
{
protected function boot()
{
include __DIR__.DS."PHPMailer".DS."PHPMailerAutoload.php";
}
}