no message
This commit is contained in:
@@ -130,6 +130,8 @@ public class Global {
|
||||
mainModule.DeactivateDB();
|
||||
if (componentsServer.db != null)
|
||||
componentsServer.db.Disconnect();
|
||||
if (componentsServer.credentials_db!=null)
|
||||
componentsServer.credentials_db.Disconnect();
|
||||
if (testingServer.db != null)
|
||||
testingServer.db.Disconnect();
|
||||
if (visualizer_2 != null)
|
||||
@@ -196,15 +198,6 @@ public class Global {
|
||||
//light_editor.xml-------->>
|
||||
mainModule.ActivateDB();
|
||||
// https://habr.com/ru/articles/446888/ сертификат?
|
||||
/*
|
||||
mainModule.set(Current.Account, new Account() {
|
||||
{
|
||||
name = "M";
|
||||
email = "vmk-post@yandex.ru";
|
||||
role = AccountRole.Admin;
|
||||
}
|
||||
});
|
||||
*/
|
||||
mainModule.getPass(PassCode.CheckAccount).Do();
|
||||
//---------------
|
||||
componentsServer.ActivateDB();
|
||||
|
||||
Reference in New Issue
Block a user