1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 18:57:24 +02:00

Amélioration du code de la page "Notes de synthèse" (vue équipe)

This commit is contained in:
galaxyoyo
2019-09-10 01:02:13 +02:00
parent 44e3e3f639
commit cca62a99d0
3 changed files with 48 additions and 33 deletions

View File

@ -54,6 +54,7 @@ class SaveSolution
public function saveSolution()
{
global $LOCAL_PATH, $DB, $team, $tournament, $FINAL;
do
$id = genRandomPhrase(64);
while (file_exists("$LOCAL_PATH/files/$id"));