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

@@ -3,6 +3,6 @@
define('SERVEUR', 'localhost');
define('UTILISATEUR', 'p2203977'); // votre login
define('MOTDEPASSE', 'Canon63Quote'); // votre mot de passe
define('BDD', 'donnees_fournies'); // votre BD
define('BDD', 'p2203977'); // votre BD
?>