From e9c77cf39be0028854dafba663fbd296e15e0fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 11 Oct 2024 20:01:49 +0900 Subject: [PATCH] cfmgrv4 init...2 --- app/Controllers/CLI/Cloudflare.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Controllers/CLI/Cloudflare.php b/app/Controllers/CLI/Cloudflare.php index 7b71478..62582eb 100644 --- a/app/Controllers/CLI/Cloudflare.php +++ b/app/Controllers/CLI/Cloudflare.php @@ -52,7 +52,7 @@ class Cloudflare extends BaseController public function reload(mixed $uid = false): void { //Transaction Start - $this->_db->transStart(); + // $this->_db->transStart(); try { $auths = $this->auth_process($uid); foreach ($auths as $auth) { @@ -67,10 +67,10 @@ class Cloudflare extends BaseController $this->record_process($zone); } log_message("notice", "Reload 작업을 완료하였습니다."); - $this->_db->transCommit(); + // $this->_db->transCommit(); } catch (\Exception $e) { //Transaction Rollback - $this->_db->transRollback(); + // $this->_db->transRollback(); log_message( "error", "Reload 작업을 실패하였습니다.\n--------------\n" .