1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-06 12:14:00 +02:00

Remplacement de toute mention du TFJM² par Correspondances des Jeunes Mathématicien·ne·s

This commit is contained in:
galaxyoyo
2019-09-10 20:25:26 +02:00
parent fa5202fe4f
commit e908ad1923
26 changed files with 68 additions and 451 deletions

View File

@ -197,7 +197,7 @@ function getZipFile($document_type, $tournament_id, $team_id = -1)
$zip = new ZipArchive();
$file_name = tempnam("tmp", "tfjm-");
$file_name = tempnam("tmp", "corres2math-");
if ($zip->open($file_name, ZipArchive::CREATE) !== true) {
die("Impossible de créer le fichier zip.");