mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-24 13:13:13 -05:00
Added AceBase link.
This commit is contained in:
parent
1f239481b7
commit
d2ff69fb0f
2
db.js
2
db.js
@ -1200,7 +1200,7 @@ module.exports.CreateDB = function (parent, func) {
|
||||
|
||||
function setupFunctions(func) {
|
||||
if (obj.databaseType == 7) {
|
||||
// Database actions on the main collection (AceBase)
|
||||
// Database actions on the main collection. AceBase: https://github.com/appy-one/acebase
|
||||
obj.Set = function (data, func) {
|
||||
data = common.escapeLinksFieldNameEx(data);
|
||||
var xdata = performTypedRecordEncrypt(data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user