Updated MeshCentral Router for Windows.

Ylian Saint-Hilaire committed Feb 23, 2021 at 13:04 UTC 5a54e00ea8df9cf1f023519aa2f1f074ff983e95
2 files changed -1
agents/MeshCentralRouter.exe
Binary files a/agents/MeshCentralRouter.exe and b/agents/MeshCentralRouter.exe differ
views/default.handlebars
-1
@@ -2424,7 +2424,6 @@
2424 if (message.protocol == 'PSSH') { url += ('&appid=4'); } // Putty
2425 if (message.protocol == 'WSCP') { url += ('&appid=5'); } // WinSCP
2426 url += '&autoexit=1';
2427 - console.log(url);
2427 downloadFile(url, '');
2428 } else if (message.tag == 'novnc') {
2429 var vncurl = window.location.origin + domainUrl + 'novnc/vnc.html?ws=wss%3A%2F%2F' + window.location.host + encodeURIComponentEx(domainUrl) + 'meshrelay.ashx%3Fauth%3D' + message.cookie + '&show_dot=1' + (urlargs.key?('&key=' + urlargs.key):'') + '&l={{{lang}}}';