mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added SMTP connection options.
This commit is contained in:
parent
60af11542f
commit
0646b4dcea
8 changed files with 14 additions and 27 deletions
10
agents/meshcore.min.js
vendored
10
agents/meshcore.min.js
vendored
|
@ -1671,16 +1671,6 @@ function createMeshCore(agent)
|
|||
break;
|
||||
}
|
||||
/*
|
||||
case 'npm': {
|
||||
var child = require('child_process').execFile('C:\\Program Files\\nodejs\\node.exe', ['node.exe', '-v']);
|
||||
child.stdout.str = '';
|
||||
child.stdout.on('data', function (chunk) { this.str += chunk.toString(); });
|
||||
child.waitExit();
|
||||
response = 'Response: ' + child.stdout.str;
|
||||
break;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
case 'border':
|
||||
{
|
||||
if ((args['_'].length == 1) && (args['_'][0] == 'on')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue