From 2a7e8aed98355cbbbb6445caad02f21e061deec0 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 18:18:24 +0100 Subject: [PATCH] added username to profile table removed db connection cause its not needed here anymore --- profile.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/profile.php b/profile.php index 68001c2..fe0a677 100644 --- a/profile.php +++ b/profile.php @@ -7,7 +7,6 @@ login'); } @@ -23,6 +22,14 @@ echo "
"; echo ''; echo ""; echo ""; +echo ""; +echo ""; +echo ""; +echo ""; echo "
"; +echo "Username"; +echo ""; +echo $username; +echo "
"; echo "User-ID"; echo "";