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
|
@ -47,7 +47,7 @@ var amtMeiTmpState = null;
|
|||
var SMBiosTables = null;
|
||||
var globalDebugFlags = 0; // 1 = IDER Debug
|
||||
var pendingAmtConfigActions = 0;
|
||||
const RCSMessageProtocolVersion = 1; // RCS Message Protocol Version. Needs to be less than or equal to RCS server Message Protocol Version
|
||||
var RCSMessageProtocolVersion = 1; // RCS Message Protocol Version. Needs to be less than or equal to RCS server Message Protocol Version
|
||||
|
||||
// MeshCommander for Firmware (GZIP'ed, Base64) v0.7.8
|
||||
var Large_IntelAmtWebApp_etag = "zVObfGF4CXPIxvxSUu+3";
|
||||
|
|
2
agents/meshcmd.min.js
vendored
2
agents/meshcmd.min.js
vendored
|
@ -47,7 +47,7 @@ var amtMeiTmpState = null;
|
|||
var SMBiosTables = null;
|
||||
var globalDebugFlags = 0; // 1 = IDER Debug
|
||||
var pendingAmtConfigActions = 0;
|
||||
const RCSMessageProtocolVersion = 1; // RCS Message Protocol Version. Needs to be less than or equal to RCS server Message Protocol Version
|
||||
var RCSMessageProtocolVersion = 1; // RCS Message Protocol Version. Needs to be less than or equal to RCS server Message Protocol Version
|
||||
|
||||
// MeshCommander for Firmware (GZIP'ed, Base64) v0.7.8
|
||||
var Large_IntelAmtWebApp_etag = "zVObfGF4CXPIxvxSUu+3";
|
||||
|
|
|
@ -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')) {
|
||||
|
|
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