mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
b5b9701d9d
commit
71a76a91f0
@ -8,7 +8,11 @@
|
||||
|
||||
?>
|
||||
<h2>Other reports stats!</h2>
|
||||
<br />
|
||||
<div class="linkbox">
|
||||
<a href="reports.php">New</a> |
|
||||
<a href="reports.php?view=old">Old</a> |
|
||||
<a href="reports.php?action=stats">Stats</a>
|
||||
</div>
|
||||
<div class="box pad thin" style="padding: 0px 0px 0px 20px; margin-left: auto; margin-right: auto">
|
||||
<?
|
||||
$DB->query("SELECT um.Username, COUNT(r.ID) AS Reports FROM reports AS r JOIN users_main AS um ON um.ID=r.ResolverID WHERE r.ReportedTime > '2009-08-21 22:39:41' AND r.ReportedTime > NOW() - INTERVAL 24 HOUR GROUP BY r.ResolverID ORDER BY Reports DESC");
|
||||
|
Loading…
Reference in New Issue
Block a user