Show logout page

This commit is contained in:
grandeljay 2022-11-15 12:49:25 +01:00
parent 264020679d
commit 289057cc3a

View file

@ -12,8 +12,6 @@ $page = new Page(__FILE__, __('Logout'));
$_SESSION['user']->logOut();
redirect(Page::PAGE_HOME);
$page->header();
$page->bodyStart();
$page->navigation();