промежуточный.заложил вкладку для админа
This commit is contained in:
@@ -33,8 +33,8 @@ public class CheckAccount extends ComponentsServerPass {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
Global.mainModule.getAccount().role = AccountRole.Undefined;
|
||||
keyFile = new File(Global.KeyDirectory, "key");
|
||||
Global.normalProperties.Update();
|
||||
keyFile = new File(Global.KeyDirectory, "key");
|
||||
//--
|
||||
//1. Ищем ключ.
|
||||
if (keyFile.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user