Merge branch 'master' into lars-chat

This commit is contained in:
Lars van Hijfte
2017-01-24 14:26:48 +01:00
13 changed files with 224 additions and 90 deletions

View File

@@ -17,7 +17,7 @@
// Set default values of a friend.
$username = $friend["username"];
$userID = $friend["userID"];
$pf = "img/notbad.jpg";
$pf = "img/avatar-standard.png";
// Change values if needed.
if (!empty($friend["profilepicture"]))