1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-27 19:41:18 +00:00

6 lines
104 B
PHP
Raw Normal View History

2019-09-06 13:48:50 +02:00
<?php
2019-09-08 01:35:05 +02:00
$tournaments = Tournament::getAllTournaments();
2019-09-06 13:48:50 +02:00
require_once "server_files/views/tournois.php";