From 043f16a0af5ac6c29dfe320513d9a7bd017dc5b6 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Thu, 9 Dec 2021 04:51:13 -0500 Subject: [PATCH] rccservicehelper dep --- globals/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/globals/config.php b/globals/config.php index 0ca9651..06a4597 100644 --- a/globals/config.php +++ b/globals/config.php @@ -106,6 +106,7 @@ try include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Web/WebContextManager.php"; include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Common/System.php"; include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Games/Game.php"; + include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Grid/RccServiceHelper.php"; //authenticator $authenticator = new PHPGangsta_GoogleAuthenticator();