cfmgrv3 init...1

This commit is contained in:
최준흠 2023-06-19 21:50:53 +09:00
parent 5f155ba352
commit 15964a3e34

View File

@ -57,7 +57,7 @@ class AccountController extends APIController
{
try {
$entity = $this->_model->getEntity($uid);
$zoneApi = new \App\Libraries\Cloudflare\API\Zone($entity);
$zoneApi = new \App\Libraries\Cloudflare\API\Zone($entity, false);
$zoneApi->reload();
return alert_CommonHelper("{$this->_viewDatas['title']} " . __FUNCTION__ . " 완료하였습니다.", session()->get(RETURN_URL));
} catch (\Exception $e) {