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

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