From f52de52961931ee61c74827a28a6c248e2336a02 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 12 Nov 2021 12:59:00 -0500 Subject: [PATCH] 2fa prep --- globals/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/globals/config.php b/globals/config.php index 7072281..81ec17b 100644 --- a/globals/config.php +++ b/globals/config.php @@ -90,6 +90,9 @@ try //alphaland specfic dependencies include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php"; + //authenticator + $authenticator = new PHPGangsta_GoogleAuthenticator(); + //mailer $mail = new PHPMailer\PHPMailer\PHPMailer(true); $mail->IsSMTP();