Files
CARIA/UserWebSite/connexion.php
ccunatbrule f5999a03b5 Update MVC modèle
All components are in MVC mode
Bug to registre presente
2023-10-13 17:00:34 +02:00

9 lines
236 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/connexion.php');
}
include_once('./vue/footer.html');