remove mail from index

This commit is contained in:
Christopher 2020-10-21 23:38:52 +02:00
parent 32244c8021
commit 430a084b20
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ header('Strict-Transport-Security: max-age=657000');
error_reporting(E_ALL);
session_start();
include_once 'classen/MAIL/PHPMailer.php';
include_once 'classen/MAIL/SMTP.php';
include_once("classen/HTML.php");
include_once("classen/GoogleAuthenticator.php");