aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2013-09-11 16:04:34 +0000
committercassiopc <cassiopc@gmail.com>2013-09-11 16:04:34 +0000
commit1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee (patch)
treed9b28a22f870b456721dd68e0e35218e60f41701 /src
parentd7f3dd974bdfa1739b178004316ee38566e472ed (diff)
downloadboca-1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee.tar.gz
boca-1c926dc96e9e9a2c8feaed98bf35c9c8566ea4ee.zip
no change
Diffstat (limited to 'src')
-rwxr-xr-xsrc/private/autojudging.php2
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)." ".