Ajout de CI et update depuis la prod
Some checks failed
Déploiement DEV / deploy (push) Failing after 13s

This commit is contained in:
Christian CUNAT-BRULE
2026-08-06 16:33:06 +02:00
parent 9fe23f6c3f
commit f456978b91
49 changed files with 13502 additions and 240 deletions

View File

@@ -1,10 +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/actualite/index.php');
}
include_once('./vue/footer.html');
include_once('./vue/header.html');
include_once('./config/connexion_sql.php');
if (!isset($_GET['section']) OR $_GET['section'] == 'index')
{
include_once('./controleur/actualite.php');
}
include_once('./vue/footer.html');