コード例 #1
0
ファイル: AuthController.php プロジェクト: GutsVadim/phpMvc
 public function logoutAction()
 {
     AuthModel::logout();
     header("Location: /");
 }