Skip to content

Commit

Permalink
show email when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 19, 2023
1 parent 3728024 commit 057a5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="info">
<a href="#" onclick="load(this, 'about.htm')">Über HAWKI</a>
<a href="#" id="feedback" onclick="load(this, 'userpost.php')">Feedback</a>
<a href="logout.php">Abmelden</a>
<a href="logout.php">Abmelden (<?php echo $_SESSION['username']?>)</a>
<br>
<a href="/datenschutz" target="_blank" >Datenschutz</a>
<a href="/impressum" target="_blank">Impressum</a>
Expand Down

0 comments on commit 057a5fe

Please sign in to comment.