summaryrefslogtreecommitdiffstats
path: root/config/bootstrap.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-07-09 23:25:46 -0400
committerMichael Francis <edude03@gmail.com>2011-07-09 23:25:46 -0400
commit00d50594e51b8701b6117c0092ec8027c5d49a65 (patch)
tree7d8a755a44967e92890571605b404187a4dafa9f /config/bootstrap.php
parentf7d20a2f81c9fcf1b6a7cd692d497842eb0ab10e (diff)
downloadotakuhub-00d50594e51b8701b6117c0092ec8027c5d49a65.tar.xz
Importing the swiftmail libraries
Diffstat (limited to 'config/bootstrap.php')
-rw-r--r--config/bootstrap.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/bootstrap.php b/config/bootstrap.php
index 1ced565..bce1bc7 100644
--- a/config/bootstrap.php
+++ b/config/bootstrap.php
@@ -77,6 +77,10 @@ require __DIR__ . '/bootstrap/action.php';
*/
require __DIR__ . '/bootstrap/media.php';
+//For the mail setup stuff
+require __DIR__ . '/bootstrap/mail.php';
+
+
/**
* This file configures console filters and settings, specifically output behavior and coloring.
*/