MAJ contenue et vérification HTML et CSS en cours
This commit is contained in:
ccunatbrule
2021-10-29 18:35:40 +02:00
parent a7ae429e83
commit 23a8352a92
183 changed files with 181 additions and 169 deletions

9
inscription.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
include_once('./vue/header.html');
include_once('./modele/connexion_sql.php');
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
{
include_once('./controleur/membre/inscription/index.php');
}
include_once('./vue/footer.html');