1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-12 16:54:35 +00:00

chore(web): disable custom test

This commit is contained in:
Baoshuo Ren 2022-12-04 21:16:48 +08:00
parent 6d0a665d8e
commit 248a924df7
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -100,7 +100,7 @@ if (UOJContest::cur()) {
$submission_requirement = UOJProblem::cur()->getSubmissionRequirement();
$custom_test_requirement = UOJProblem::cur()->getCustomTestRequirement();
$custom_test_enabled = $custom_test_requirement && $pre_submit_check_ret === true;
$custom_test_enabled = false; // $custom_test_requirement && $pre_submit_check_ret === true;
function handleUpload($zip_file_name, $content, $tot_size) {
global $is_participating;