mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 18:05:58 -05:00
removed deprecated line
This commit is contained in:
parent
b5c5d49f2a
commit
ff076fa927
@ -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…
x
Reference in New Issue
Block a user