Show logout page
This commit is contained in:
parent
264020679d
commit
289057cc3a
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ $page = new Page(__FILE__, __('Logout'));
|
|||
|
||||
$_SESSION['user']->logOut();
|
||||
|
||||
redirect(Page::PAGE_HOME);
|
||||
|
||||
$page->header();
|
||||
$page->bodyStart();
|
||||
$page->navigation();
|
||||
|
|
Loading…
Reference in a new issue