Fixed online status

This commit is contained in:
Lars van Hijfte
2017-01-31 12:25:28 +01:00
parent d5d9d5857a
commit f26097f55f
9 changed files with 41 additions and 16 deletions

View File

@@ -13,10 +13,10 @@
</head>
<body>
<?php
include("../queries/user.php");
include("../queries/friendship.php");
include("../queries/nicetime.php");
include("../queries/post.php");
include_once("../queries/user.php");
include_once("../queries/friendship.php");
include_once("../queries/nicetime.php");
include_once("../queries/post.php");
if(empty($_GET["username"])) {
$userID = $_SESSION["userID"];