Marijn button #99

Merged
11166932 merged 152 commits from marijn-button into master 2017-01-23 13:25:08 +01:00
3 changed files with 5 additions and 1 deletions
Showing only changes of commit 64bf448808 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -18,3 +18,7 @@
include_once("../queries/connect.php");
session_start();
if(!isset($_SESSION["userID"])){
header("location:login.php");
}

View File

@@ -28,7 +28,7 @@ $userinfo = getHeaderInfo();
<div id="hello-loop">
Hallo
</div>
<?=$userinfo["fname"]?> <?=$userinfo["lname"]?>
<?=$userinfo["fname"]?>
</div>
<img id="own-profile-picture" class="profile-picture" src="<?=$userinfo["profilepicture"]?>"/>
</div>