introduced "isadmin" flag to code and registration

This commit is contained in:
Thies Mueller
2021-01-10 14:33:06 +01:00
parent d6877f2349
commit 5b5e96f970
4 changed files with 8 additions and 1 deletions

View File

@@ -11,4 +11,9 @@ echo "<br />";
echo $_SESSION['lastName'];
echo "<br />";
echo $_SESSION['activated'];
echo "<br />";
echo $_SESSION['updated_at'];
echo "<br />";
echo $_SESSION['isadmin'];
?>