Files
kabano/public/index.php
copilot-swe-agent[bot] 7f0143604c Add comments to PHP and JS files
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
2026-01-24 15:11:48 +00:00

9 lines
190 B
PHP
Executable File

<?php
/**
* Point d'entrée web : charge la configuration et le routeur principal.
*/
require_once __DIR__ . '/../src/Core/config.php';
require_once __DIR__ . '/../src/Core/routes.php';