This commit is contained in:
2025-09-10 13:44:15 +02:00
parent d5c55e74f8
commit 9515f3dbb6
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ if (!isset($_SESSION['admin'])) {
<!-- Contenuto Dashboard -->
<div class="dashboard">
<h1>Benvenuto nel pannello di amministrazione!</h1>
<h1>Benvenuto, <?php echo $_SESSION['admin']; ?>!</h1>
<p>
<a href="classes.php">Gestisci Classi</a>
<a href="subjects.php">Gestisci Materie</a>