コード例 #1
0
ファイル: Index.class.php プロジェクト: huangwei2wei/kfxt
 /**
  * 退出登录
  */
 public function actionLoginOut()
 {
     $this->_utilRbac->loginOut();
     $this->_utilMsg->showMsg(false, 1, Tools::url(CONTROL, 'Login'));
 }
コード例 #2
0
ファイル: Index.class.php プロジェクト: huangwei2wei/kfxt
 /**
  * 退出登录
  */
 public function actionLoginOut()
 {
     $this->_utilRbac->loginOut();
     $this->_utilMsg->showMsg(false, 1, PASSPORT_URL);
 }