Merge branch 'master' into kevin-prototype

This commit is contained in:
K. Nobel
2017-01-25 15:08:34 +01:00
21 changed files with 253 additions and 54 deletions

View File

@@ -15,7 +15,6 @@ include("../queries/nicetime.php");
if(empty($_GET["username"])) {
$userID = $_SESSION["userID"];
echo "USERNAME NOT GIVEN";
} else {
$userID = getUserID($_GET["username"]);
}