mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added mf_server installed verdion exception
This commit is contained in:
parent
3992b81900
commit
5072ff0cd9
@ -2316,9 +2316,10 @@ class ConsoleSupervisor
|
||||
sprintf(
|
||||
'SELECT `name`, `version`
|
||||
FROM tserver
|
||||
WHERE server_type != %d
|
||||
WHERE server_type NOT IN ( %d , %d )
|
||||
GROUP BY `version`',
|
||||
SERVER_TYPE_ENTERPRISE_SATELLITE
|
||||
SERVER_TYPE_ENTERPRISE_SATELLITE,
|
||||
SERVER_TYPE_MAINFRAME
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user