1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Removed all dependencies on XMLDOM module.

This commit is contained in:
Ylian Saint-Hilaire 2021-08-20 13:05:34 -07:00
parent 8ff8aced16
commit 71a6149407
6 changed files with 84 additions and 27 deletions

View file

@ -4522,7 +4522,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
}
}
parent.amtEventHandler.handleAmtEvent(eventData, nodeid, amthost);
if (parent.amtEventHandler) { parent.amtEventHandler.handleAmtEvent(eventData, nodeid, amthost); }
//res.send('OK');
return;