mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Son Goku+
This commit is contained in:
parent
d0b12e92e7
commit
8f804a5310
8 changed files with 495 additions and 3 deletions
|
@ -43,7 +43,11 @@ module.exports = function(s,config,lang){
|
|||
pluginArray.push(name)
|
||||
}
|
||||
})
|
||||
if(pluginArray.length > 0)s.isAtleatOneDetectorPluginConnected = true
|
||||
if(pluginArray.length > 0){
|
||||
s.isAtleatOneDetectorPluginConnected = true
|
||||
}else{
|
||||
s.isAtleatOneDetectorPluginConnected = false
|
||||
}
|
||||
s.detectorPluginArray = pluginArray
|
||||
}
|
||||
s.sendToAllDetectors = function(data){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue