general fixes and changes

This commit is contained in:
2019-06-15 19:19:09 +02:00
parent 2f04de5692
commit 08693663f8
7 changed files with 24 additions and 4 deletions

View File

@@ -8,7 +8,9 @@ if(UserSession::isUserSignedIn()){
for($i = 0; $i < sizeof($topics); $i++){
echo '<a href="?p=showthread&topic='.$i.'">'.$topics[$i][1].'</a> - Gestart door: '.Database::getUsername($topics[$i][2]);
echo '<br>';
}
echo();
}
?>