Adding Github statuses integration

This commit is contained in:
Dan Cryer 2013-05-14 17:49:39 +01:00
commit 918b4deff4
4 changed files with 9 additions and 6 deletions

View file

@ -53,6 +53,7 @@ class SessionController extends b8\Controller
public function logout()
{
unset($_SESSION['user_id']);
unset($_SESSION['github_token']);
header('Location: /');
die;
}