mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 12:43:56 +02:00
Added Posts
This commit is contained in:
@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user