mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -108,7 +108,7 @@ if(isset($_POST['save']) && isset($_SESSION['prestudent_id']))
|
||||
if (isset($prestudent_id))
|
||||
{
|
||||
echo '<form method="post">';
|
||||
echo '<br>Sie sind eingelogt als '.$_SESSION['vorname'].' '.$_SESSION['nachname'];
|
||||
echo '<br>Sie sind angemeldet als '.$_SESSION['vorname'].' '.$_SESSION['nachname'];
|
||||
echo ' ('.$_SESSION['gebdatum'].') ID: '.$_SESSION['prestudent_id'];
|
||||
echo ' <INPUT type="submit" value="Logout" name="logout" />';
|
||||
echo '</form>';
|
||||
|
||||
Reference in New Issue
Block a user