8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
$auth = StatusBoard_Main::instance()->auth();
|
|
$auth->deauthenticate();
|
|
|
|
StatusBoard_Page::redirect('home');
|
|
|
|
?>
|