This repository has been archived on 2024-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
DeezCycle/controleurs/parties_controleur.php

3 lines
94 B
PHP

<?php if (isset($_POST['boutonAfficher'])) {
$partie = get_infos_instances('partie');
} ?>