Update partie_controleur.php, config-bd.php, script_migration_data.sql, menu.php, and parties_vue.php files

This commit is contained in:
Morph01
2024-04-08 22:44:54 +02:00
parent 2a9a2f3256
commit 05b71d7108
5 changed files with 100 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
<?php if (isset($_POST['boutonAfficher'])) {
$partie = get_infos_instances('partie');
} ?>