mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[license] Customization
Fix customization for trial develop
This commit is contained in:
@ -128,6 +128,7 @@ exports.readLicense = function*() {
|
||||
if (res.type === c_LR.Success) {
|
||||
res.mode = c_LM.Trial;
|
||||
res.count = resMax.count;
|
||||
res.customization = constants.PACKAGE_TYPE_D === oPackageType;
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user