diff options
| author | cassiopc <cassiopc@gmail.com> | 2013-09-11 16:04:34 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2013-09-11 16:04:34 +0000 |
| commit | 1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee (patch) | |
| tree | d9b28a22f870b456721dd68e0e35218e60f41701 /src | |
| parent | d7f3dd974bdfa1739b178004316ee38566e472ed (diff) | |
| download | boca-1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee.tar.gz boca-1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee.zip | |
no change
Diffstat (limited to 'src')
| -rwxr-xr-x | src/private/autojudging.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/private/autojudging.php b/src/private/autojudging.php index 081a1b3..3842882 100755 --- a/src/private/autojudging.php +++ b/src/private/autojudging.php @@ -437,7 +437,7 @@ if($retval != 0) { foreach($outputlist as $file) { $file = basename($file); if(is_file($dir . $ds . 'output' . $ds . $file)) { - @unlink($dir . $ds . 'compout'); + @unlink($dir . $ds . 'compout'); $ex = escapeshellcmd($script) ." ". escapeshellarg($dir . $ds . "team" . $ds . $file)." ". escapeshellarg($dir . $ds . "output" . $ds . $file)." ". |