Added logout page
This commit is contained in:
8
source/webui/pages/logout.php
Normal file
8
source/webui/pages/logout.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$auth = StatusBoard_Main::instance()->auth();
|
||||||
|
$auth->deauthenticate();
|
||||||
|
|
||||||
|
StatusBoard_Page::redirect('home');
|
||||||
|
|
||||||
|
?>
|
||||||
1
source/webui/templates/logout.tpl
Normal file
1
source/webui/templates/logout.tpl
Normal file
@@ -0,0 +1 @@
|
|||||||
|
TODO
|
||||||
Reference in New Issue
Block a user