mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-27 02:04:30 +03:00
removed deprecated line
This commit is contained in:
parent
081301bad6
commit
616005883d
@ -1316,7 +1316,6 @@ function createMeshCore(agent)
|
|||||||
} else if (this.httprequest.protocol == 1) {
|
} else if (this.httprequest.protocol == 1) {
|
||||||
// Send data into terminal stdin
|
// Send data into terminal stdin
|
||||||
//this.write(data); // Echo back the keys (Does not seem to be a good idea)
|
//this.write(data); // Echo back the keys (Does not seem to be a good idea)
|
||||||
this.httprequest.process.write(data);
|
|
||||||
} else if (this.httprequest.protocol == 2) {
|
} else if (this.httprequest.protocol == 2) {
|
||||||
// Send data into remote desktop
|
// Send data into remote desktop
|
||||||
if (this.httprequest.desktop.state == 0) {
|
if (this.httprequest.desktop.state == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user