first commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . "/includes/auth.php";
|
||||
requireLogin();
|
||||
header("Location: " . dashboardForRole($_SESSION["ruolo"] ?? null));
|
||||
exit;
|
||||
Reference in New Issue
Block a user