コード例 #1
0
ファイル: IndexController.class.php プロジェクト: Orchild/mt
 /**
  * 管理员退出
  */
 public function logout()
 {
     Auth::logout();
     //         $this->success('退出登陆!',U('login'));
     $this->redirect('Index/login');
 }