Server Fixes

This commit is contained in:
2020-07-23 15:16:44 +02:00
parent 0323323bb1
commit 727ed03be7
8 changed files with 25 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ class Setting extends Template
{
$userManager = new UserManager();
global $lang;
$langMng = new LanguageManager('en');
if (!$userManager->isLogin()){
header('Location: ' . BASEURL . 'login');