Change theme on recent

This commit is contained in:
Michael Walker 2014-11-13 00:31:46 +00:00
parent d67d316a54
commit 844e1f9e57
4 changed files with 162 additions and 36 deletions

View file

@ -124,7 +124,6 @@
$query = query($query) or error(db_error());
$stats['unique_posters'] = number_format($query->fetchColumn());
// Active content
/*$query = 'SELECT SUM(`filesize`) FROM (';
foreach ($boards as &$_board) {
if (in_array($_board['uri'], $this->excluded))