Về Format điểm
Closed this issue · 1 comments
ppap-1264589 commented
Belikhun commented
Bạn sửa ở /lib/logParser.php:233
nha.
private function __f($str) {
- return round((float) str_replace(",", ".", $str), 2);
+ return round((float) str_replace(",", ".", $str), 3);
}