added user managment
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
<a href="mannschaft.php">Mannschaftsverwaltung</a>
|
||||
<a href="stationen.php">Stationen</a>
|
||||
<a href="statistik.php">Statistik</a>
|
||||
<?php
|
||||
if(isset($_SESSION['user_group'])) {
|
||||
if ($_SESSION['user_group'] == 'admin') {
|
||||
echo "<a href=\"manage_user.php\">Benutzerverwaltung</a>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</nav>
|
||||
</section>
|
||||
</header>
|
||||
Reference in New Issue
Block a user