1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-26 19:42:20 +00:00
plateforme-corres2math/server_files/controllers/tournois.php

6 lines
104 B
PHP

<?php
$tournaments = Tournament::getAllTournaments();
require_once "server_files/views/tournois.php";