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');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user