aboutsummaryrefslogtreecommitdiff
path: root/src/team/getfile.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/team/getfile.php')
-rw-r--r--src/team/getfile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/team/getfile.php b/src/team/getfile.php
index 8c594d0..cbb7fed 100644
--- a/src/team/getfile.php
+++ b/src/team/getfile.php
@@ -25,8 +25,8 @@ if(($st = DBSiteInfo($_SESSION["usertable"]["contestnumber"],$_SESSION["usertabl
$fn = tempnam("/tmp","bkp-");
$fout = fopen($fn,"wb");
-echo $_POST;
-echo $_POST['data'];
+//echo $_POST;
+//echo $_POST['data'];
fwrite($fout,base64_decode($_POST['data']));
fclose($fout);
$size=filesize($fn);