Initial commit for radiantprestation project

This commit is contained in:
2026-01-06 08:29:33 +00:00
commit 89481e47af
2578 changed files with 580558 additions and 0 deletions

6
index.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
// Contrôleur frontal : instancie un routeur pour traiter la requête entrante
date_default_timezone_set("Africa/Kigali");
require 'Framework/Routeur.php';
$routeur = new Routeur();
$routeur->routerRequete();