mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 07:00:29 +02:00
Design "Mon tournoi"
This commit is contained in:
@ -58,8 +58,6 @@ if (isset($_SESSION["user_id"]) && isset($_SESSION["team"]) && $_SESSION["team"]
|
||||
$team = $_SESSION["team"];
|
||||
|
||||
$documents = $user->getAllDocuments($team->getProblem());
|
||||
$video = Video::getVideo(Reason::SOLUTION, $team);
|
||||
$questions_received = Question::getQuestionsTo($team);
|
||||
}
|
||||
else
|
||||
require_once "server_files/403.php";
|
||||
|
Reference in New Issue
Block a user