aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.php')
-rw-r--r--bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.php b/bootstrap.php
index 12c5caf..c41755a 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -62,6 +62,7 @@ if ( $_SERVER['HTTP_HOST'] != HOST){
}
require(ABSPATH . 'functions.php');
+require(ABSPATH . 'mail.php');
require(ABSPATH . INCLASS . 'cache.php');
require(ABSPATH . INCLASS . 'mysql.php');
require(ABSPATH . INCLASS . 'user.php');