mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
@ -1949,7 +1949,14 @@ exports.install = function(server, callbackFunction) {
|
||||
}
|
||||
}
|
||||
}
|
||||
sendData(conn, {type: 'license', license: {type: licenseType, light: licenseInfo.light}});
|
||||
sendData(conn, {
|
||||
type: 'license',
|
||||
license: {
|
||||
type: licenseType,
|
||||
light: licenseInfo.light,
|
||||
trial: constants.PACKAGE_TYPE_OS === licenseInfo.packageType ? false : licenseInfo.trial
|
||||
}
|
||||
});
|
||||
} catch (err) {
|
||||
logger.error('_checkLicense error:\r\n%s', err.stack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user