[BUG FIX] Missing JSON

This commit is contained in:
Neozonz 2014-01-21 20:14:13 -05:00
parent be8437e9dd
commit 3222792533

View File

@ -16,7 +16,7 @@ $data = array(
'pool' => $statistics->getHourlyHashrateByPool()
);
echo $api->json($data);
echo $api->get_json($data);
// Supress master template
$supress_master = 1;