Files
CARIA/profil.php
2023-02-02 16:28:06 +01:00

10 lines
256 B
PHP

<?php
include_once('./vue/header.html');
include_once('./modele/connexion_sql.php');
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
{
include_once('./controleur/membre/profil/index.php');
}
include_once('./vue/footer.html');