Skip to content

Commit d7a4612

Browse files
authored
Update download.php
1 parent e538aaf commit d7a4612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trunk/web/download.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
}
3939
$infile="$OJ_DATA/$pid/$name.in";
4040
$outfile="$OJ_DATA/$pid/$name.out";
41-
$out=file_get_contents($filename.".in");
42-
echo $filename;
41+
4342
$zipname = tempnam(__dir__.'/upload', '');
4443
$zip = new ZipArchive();
4544

0 commit comments

Comments
 (0)