1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 11:00:29 +02:00

Étape 0 : inscription des équipes (en cours)

This commit is contained in:
galaxyoyo
2019-09-12 12:18:15 +02:00
parent 340be7faf5
commit 7ef88be38c
14 changed files with 541 additions and 32 deletions

View File

@ -16,8 +16,7 @@ if ($user === null)
$team = Team::fromId($user->getTeamId());
if ($team != null) {
if ($team != null)
$documents = $user->getAllDocuments($team->getProblem());
}
require_once "server_files/views/informations.php";