We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mô tả lỗi Đoạn check thừa khi thay đổi tình trạng chấm từ Đang Chấm tới Chấm Xong Gây ra lỗi item Đang Chấm không được loại bỏ khi bài đã chấm xong
Đang Chấm
Chấm Xong
Để gây ra lỗi Các bước thực hiện để gây ra lỗi:
Hành vi dự kiến Khi chấm xong một bài, tình trạng Đang Chấm phải bị loại bỏ
Ảnh chụp màn hình không
Thông tin thêm Tại /api/contest/logs.php:96
if ($item["name"] === $data["file"]["name"] && file_exists($log) && (int)$item["lastmtime"] < (int)filemtime($log))
Đoạn check cần được loại bỏ:
(int)$item["lastmtime"] < (int)filemtime($log))
The text was updated successfully, but these errors were encountered:
resolve #34
1bdf9b8
remove unnecessary check
fixed in commit 1bdf9b8
Sorry, something went wrong.
Belikhun
No branches or pull requests
Mô tả lỗi
Đoạn check thừa khi thay đổi tình trạng chấm từ
Đang Chấm
tớiChấm Xong
Gây ra lỗi item
Đang Chấm
không được loại bỏ khi bài đã chấm xongĐể gây ra lỗi
Các bước thực hiện để gây ra lỗi:
Hành vi dự kiến
Khi chấm xong một bài, tình trạng
Đang Chấm
phải bị loại bỏẢnh chụp màn hình
không
Thông tin thêm
Tại /api/contest/logs.php:96
Đoạn check cần được loại bỏ:
The text was updated successfully, but these errors were encountered: