diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-22 14:39:03 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-22 14:39:03 +0000 |
| commit | fc7990c62d85fdebef4a438a1fbc9d69a3710d55 (patch) | |
| tree | ba6e1a305b0e63fbeb719e1a682c8e5e578b726e /boca-1.5.0/src/judge | |
| parent | 059e2fdcf0cef7e3594a66e21b3fd682ac736856 (diff) | |
| download | boca-fc7990c62d85fdebef4a438a1fbc9d69a3710d55.tar.gz boca-fc7990c62d85fdebef4a438a1fbc9d69a3710d55.zip | |
small bug fixes, inclusion of file size limit configurable
Diffstat (limited to 'boca-1.5.0/src/judge')
| -rw-r--r-- | boca-1.5.0/src/judge/team.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boca-1.5.0/src/judge/team.php b/boca-1.5.0/src/judge/team.php index f00adac..7c204f0 100644 --- a/boca-1.5.0/src/judge/team.php +++ b/boca-1.5.0/src/judge/team.php @@ -55,6 +55,7 @@ if (isset($_FILES["sourcefile"]) && isset($_POST["problem"]) && isset($_POST["Su 'lang'=>$lang, 'filename'=>$name, 'filepath'=>$temp); + if($runteam=='team.php') $param['allowneg']=1; DBNewRun ($param); $_SESSION['forceredo']=true; } |