This commit is contained in:
/jedi/ 2018-12-29 20:17:54 +01:00
parent 943d209fd3
commit acec8b1120
6 changed files with 75 additions and 23 deletions

View file

@ -76,6 +76,7 @@ function get_stats(){
if ($row = $res->fetch_assoc()) {
$ret["match"] = $row["c"];
}
return $ret;
}