Initial commit for radiantrh project

This commit is contained in:
2025-12-07 08:36:26 +00:00
commit 6dc580b90b
3334 changed files with 2221683 additions and 0 deletions

6
index.php Executable 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();