コード例 #1
0
ファイル: users_controller.php プロジェクト: horror/interview
 public function logout_action()
 {
     usr::destroy();
     header('Location: /');
 }