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";