Some Plugin Improvements

This commit is contained in:
GamerClassN7
2020-10-26 16:16:42 +01:00
parent e2c16072b9
commit 7533facf07
3 changed files with 33 additions and 3 deletions

View File

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