Added Posts

This commit is contained in:
Furentes
2019-05-10 11:13:38 +02:00
parent 135b0bb9c2
commit df4ba337d8
9 changed files with 472 additions and 22 deletions

View File

@ -24,6 +24,6 @@ if(!($request_uri == "/setup")) {
$auth = new \Bloggr\Auth($pdo);
}
echo '<pre>';
print_r($_SESSION);
echo '</pre>';
if ($auth->isLoggedIn()) {
echo 'Eingeloggt als <b>'.$auth->getUsernameById($auth->getId()).'</b>';
}