From 19d78f729d04c23ee07dbd1cd980bfe911600c42 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 24 Nov 2021 18:25:49 -0500 Subject: [PATCH] syntax correction --- globals/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/config.php b/globals/config.php index 6f152ee..43101f2 100644 --- a/globals/config.php +++ b/globals/config.php @@ -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();