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

6 lines
104 B
PHP
Raw Normal View History

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