mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
some small updates (#6022)
This commit is contained in:
@@ -1405,7 +1405,6 @@ function get_devices_by_group()
|
||||
'devices' => $devices,
|
||||
);
|
||||
|
||||
logfile(var_dump($output));
|
||||
$app->response->setStatus($code);
|
||||
$app->response->headers->set('Content-Type', 'application/json');
|
||||
echo _json_encode($output);
|
||||
|
||||
Reference in New Issue
Block a user