first commit

This commit is contained in:
Emanuele Slusarz
2026-08-22 11:15:29 +02:00
commit ec30fb40b9
38 changed files with 3723 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
require_once __DIR__ . "/includes/auth.php";
requireLogin();
header("Location: " . dashboardForRole($_SESSION["ruolo"] ?? null));
exit;