Minor debug packet cosmetic changes, Remove database/ items in docker build, Node address validation changes

This commit is contained in:
Deon George
2021-07-17 17:15:00 +10:00
parent 1fa566b26c
commit 066154f310
6 changed files with 57 additions and 42 deletions

View File

@@ -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()) {