Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
remove unneeded code
  • Loading branch information
ceeram committed Aug 11, 2014
1 parent 9e6e500 commit 05293d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class UsersController extends AppController {

public function logout() {
$this->Auth->logout();
$this->Cookie->delete('User');
$this->Session->setFlash('Logged out');
$this->redirect($this->Auth->redirect('/'));
}
Expand Down

0 comments on commit 05293d2

Please sign in to comment.