diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-04 21:33:05 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-04 21:33:05 -0500 |
commit | 135b921db75da5995eab7e36393ecd4d2b0bc66f (patch) | |
tree | 46efc60fcf1f9d5c57ab1fb9418c2acfbda0698a /app/functions.php | |
parent | 850645dd6b22f5b495d1680e0b49540e0ebf9bd3 (diff) |
Switch to composer
Diffstat (limited to 'app/functions.php')
-rw-r--r-- | app/functions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/functions.php b/app/functions.php index c39eaf98..5fe218ce 100644 --- a/app/functions.php +++ b/app/functions.php @@ -35,8 +35,6 @@ function setup_events() */ function setup_mailer() { - require_once __DIR__.'/../vendor/swiftmailer/swift_required.php'; - switch (MAIL_TRANSPORT) { case 'smtp': $transport = Swift_SmtpTransport::newInstance(MAIL_SMTP_HOSTNAME, MAIL_SMTP_PORT); |