The simplest way to hide hubs in statistics
This commit is contained in:
parent
29faf955f6
commit
c7c76cf221
@ -74,7 +74,8 @@ function siteinfo_init(&$a) {
|
||||
'channels_total' => $channels_total_stat,
|
||||
'channels_active_halfyear' => $channels_active_halfyear_stat,
|
||||
'channels_active_monthly' => $channels_active_monthly_stat,
|
||||
'local_posts' => $local_posts_stat
|
||||
'local_posts' => $local_posts_stat,
|
||||
'hide_in_statistics' => get_config('system','hide_in_statistics')
|
||||
);
|
||||
json_return_and_die($data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user