Big LNG MNG update for revox

This commit is contained in:
JonatanRek
2019-10-11 14:12:05 +02:00
parent cea2573875
commit 407d1fa8a9
25 changed files with 202 additions and 152 deletions

View File

@@ -4,7 +4,7 @@ class Setting extends Template
function __construct()
{
global $userManager;
global $lang;
global $langMng;
if (!$userManager->isLogin()){
header('Location: ./login');
@@ -23,7 +23,7 @@ class Setting extends Template
$template = new Template('setting');
$template->prepare('title', 'Automation');
$template->prepare('lang', $lang);
$template->prepare('langMng', $langMng);
$template->prepare('automations', $automations);
$template->render();