This commit is contained in:
2021-10-20 12:00:23 -04:00
parent 2414c165dd
commit 0ff2437d5c
4 changed files with 4 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
$VisitTypeInfo = new \App\LobbySIO\Database\VisitTypeInfo(); // ADDITIONAL CLASSES
$IDTypeInfo = new \App\LobbySIO\Database\IDTypeInfo();
$VisitInfo = new \App\LobbySIO\Database\VisitInfo();
Classes\Misc\Csrf::removeToken('home');
$VisitActions = new \App\LobbySIO\Database\VisitActions();
$app_current_pagename = $transLang['STR_COMMON_HOME']; // PAGE SETUP
$app_current_pageicon = '<i class="fas fa-home"></i> ';