[BUG FIX] Missing JSON
This commit is contained in:
parent
be8437e9dd
commit
3222792533
@ -16,7 +16,7 @@ $data = array(
|
||||
'pool' => $statistics->getHourlyHashrateByPool()
|
||||
);
|
||||
|
||||
echo $api->json($data);
|
||||
echo $api->get_json($data);
|
||||
|
||||
// Supress master template
|
||||
$supress_master = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user