1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 20:07:08 +00:00
plateforme-tfjm2/server_files/controllers/tournois.php
2019-09-08 01:35:05 +02:00

6 lines
104 B
PHP

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