project basis

This commit is contained in:
Morph01
2024-03-18 22:31:29 +01:00
commit 2ed144ff8c
20 changed files with 1358 additions and 0 deletions

BIN
inc/.DS_Store vendored Normal file

Binary file not shown.

8
inc/config-bd.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
define('SERVEUR', 'localhost');
define('UTILISATEUR', 'p2203977'); // votre login
define('MOTDEPASSE', 'Canon63Quote'); // votre mot de passe
define('BDD', 'donnees_fournies'); // votre BD
?>

4
inc/includes.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
$connexion = null;
?>