Outfit impl update

This commit is contained in:
Astrologies 2021-12-20 07:47:16 -05:00
parent 1d5919027a
commit 0db2c2e82e
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ try
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/Signing.php"; include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/Signing.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Games/Ticket.php"; include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Games/Ticket.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/User.php"; include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/User.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Outfit.php";
//authenticator //authenticator
$authenticator = new PHPGangsta_GoogleAuthenticator(); $authenticator = new PHPGangsta_GoogleAuthenticator();