syntax correction

This commit is contained in:
Austin 2021-11-24 18:25:49 -05:00
parent 8ce4eef246
commit 19d78f729d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ try
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/TwoFactor.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Moderation/UserModerationManager.php";
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/HashingUtiltity.php"
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/HashingUtiltity.php";
//authenticator
$authenticator = new PHPGangsta_GoogleAuthenticator();