Minor debug packet cosmetic changes, Remove database/ items in docker build, Node address validation changes
This commit is contained in:
@@ -144,8 +144,7 @@ class SystemController extends Controller
|
||||
return $query
|
||||
->where('host_id',$request->post('host_id'))
|
||||
->where('node_id',$value)
|
||||
->where('point_id',0)
|
||||
->where('role',DomainController::NODE_RC);
|
||||
->where('point_id',0);
|
||||
});
|
||||
|
||||
if ($o->count()) {
|
||||
|
Reference in New Issue
Block a user