Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Feb 22, 2016
2 parents 9a91a66 + 74378b5 commit d143334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$data = array_merge($data, getSummaryData());
}

if (isset($_GET['summary'])) {
if (isset($_GET['summary']) || !count($_GET)) {
$sum = getSummaryData();
$sum['ads_blocked_today'] = number_format( $sum['ads_blocked_today']);
$sum['dns_queries_today'] = number_format( $sum['dns_queries_today']);
Expand Down

0 comments on commit d143334

Please sign in to comment.