From 18da65cb74262623719f291920f03ad6ae4a277c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Oct 2015 10:58:11 +0100 Subject: Login via E-Mail works now. --- bootstrap.php | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.php') 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'); -- cgit v1.2.3