Adding Github statuses integration
This commit is contained in:
parent
812dfcb95a
commit
918b4deff4
4 changed files with 9 additions and 6 deletions
|
|
@ -53,6 +53,7 @@ class SessionController extends b8\Controller
|
|||
public function logout()
|
||||
{
|
||||
unset($_SESSION['user_id']);
|
||||
unset($_SESSION['github_token']);
|
||||
header('Location: /');
|
||||
die;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue