updated footer info

This commit is contained in:
Michał Gdula 2022-07-28 14:04:44 +01:00
parent 4d41546a02
commit e43e4dce1d
4 changed files with 15 additions and 22 deletions

View file

@ -20,7 +20,7 @@
// Account toast
if ($_GET["login"] == "success") {
echo "<p class='alert alert-high space-bottom'>You're now logged in!</p>";
echo "<p class='alert alert-high space-bottom'>O hi ".$_SESSION['username']."</p>";
}
?>