Files
ecurie-website/profil.php
Christian CUNAT-BRULE f456978b91
Some checks failed
Déploiement DEV / deploy (push) Failing after 13s
Ajout de CI et update depuis la prod
2026-08-06 16:33:06 +02:00

9 lines
269 B
PHP

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