mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 20:07:08 +00:00
6 lines
104 B
PHP
6 lines
104 B
PHP
<?php
|
|
|
|
$tournaments = Tournament::getAllTournaments();
|
|
|
|
require_once "server_files/views/tournois.php";
|