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:
@ -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"));
|
||||
|
Reference in New Issue
Block a user