3 lines
94 B
PHP
3 lines
94 B
PHP
<?php if (isset($_POST['boutonAfficher'])) {
|
|
$partie = get_infos_instances('partie');
|
|
} ?>
|