From 8ff1e9f113306934d51253f8dfc12f780c99bc0b Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sat, 9 Jan 2021 20:53:16 +0100 Subject: [PATCH] Added activation field in profile page --- profile.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/profile.php b/profile.php index b3a03b4..76d237a 100644 --- a/profile.php +++ b/profile.php @@ -56,6 +56,20 @@ echo ""; echo ""; echo ""; echo ""; +echo "Activated"; +echo ""; +echo ""; +if ($activated == 0) { + echo '

Not Activated!


'; + echo 'Click here to activate'; +} +if ($activated == 1) { + echo '

Activated!

'; +} +echo ""; +echo ""; +echo ""; +echo ""; echo "E-Mail"; echo ""; echo "";