Updated MeshCentral Router for Windows.

This commit is contained in:
Ylian Saint-Hilaire 2021-02-23 13:04:20 -08:00
parent 8222af78f5
commit 5a54e00ea8
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -2424,7 +2424,6 @@
if (message.protocol == 'PSSH') { url += ('&appid=4'); } // Putty
if (message.protocol == 'WSCP') { url += ('&appid=5'); } // WinSCP
url += '&autoexit=1';
console.log(url);
downloadFile(url, '');
} else if (message.tag == 'novnc') {
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}}}';