diff --git a/package.json b/package.json index 1cb7e780..0d7b38f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.4.1-h", + "version": "0.4.1-i", "keywords": [ "Remote Management", "Intel AMT", diff --git a/webserver.js b/webserver.js index 47ae5562..6037bd59 100644 --- a/webserver.js +++ b/webserver.js @@ -1890,6 +1890,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) { res.send(parent.configurationFiles[domain.welcomepicture]); return; } + + // Use the configured logo picture + try { res.sendFile(obj.path.join(obj.parent.datapath, domain.welcomepicture)); return; } catch (ex) { } } if (parent.webPublicOverridePath && obj.fs.existsSync(obj.path.join(obj.parent.webPublicOverridePath, 'images/mainwelcome.jpg'))) {