profile pictures implemented & poc for active user feautre

This commit is contained in:
thies
2021-01-10 20:51:45 +01:00
parent 13ceba1e23
commit 5d2dd2a6d5
3 changed files with 87 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ $usergn = $_SESSION['givenName'];
$userln = $_SESSION['lastName'];
$activated = $_SESSION['activated'];
$isadmin = $_SESSION['isadmin'];
$profilepicture = "https://web.td00.de/woddle.gif";
$profilepicture = $_SESSION['profilepicture'];
?>
<html>
<head>