Minor Tweeks

This commit is contained in:
GamerClassN7
2020-10-31 21:37:29 +01:00
parent f205df36ff
commit 8a00190850
7 changed files with 44 additions and 18 deletions

View File

@@ -23,8 +23,8 @@ class Server extends Template
return $load;
}
function __construct()
{
function __construct()
{
$userManager = new UserManager();
$langMng = new LanguageManager('en');