Commit 45ccb31d authored by Alexander.Trofimov's avatar Alexander.Trofimov

add SuccessLimit

parent 8227d9ff
......@@ -108,7 +108,8 @@
Success : 3,
UnknownUser : 4,
Connections : 5,
ExpiredTrial: 6
ExpiredTrial: 6,
SuccessLimit: 7
};
var c_oRights = {
......@@ -2751,6 +2752,7 @@
prot['UnknownUser'] = prot.UnknownUser;
prot['Connections'] = prot.Connections;
prot['ExpiredTrial'] = prot.ExpiredTrial;
prot['SuccessLimit'] = prot.SuccessLimit;
window['Asc']['c_oRights'] = window['Asc'].c_oRights = c_oRights;
prot = c_oRights;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment