2fa prep
This commit is contained in:
parent
a1c503a416
commit
f52de52961
|
|
@ -90,6 +90,9 @@ try
|
||||||
//alphaland specfic dependencies
|
//alphaland specfic dependencies
|
||||||
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php";
|
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php";
|
||||||
|
|
||||||
|
//authenticator
|
||||||
|
$authenticator = new PHPGangsta_GoogleAuthenticator();
|
||||||
|
|
||||||
//mailer
|
//mailer
|
||||||
$mail = new PHPMailer\PHPMailer\PHPMailer(true);
|
$mail = new PHPMailer\PHPMailer\PHPMailer(true);
|
||||||
$mail->IsSMTP();
|
$mail->IsSMTP();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue