cfmgrv3 init...1
This commit is contained in:
parent
5f155ba352
commit
15964a3e34
@ -57,7 +57,7 @@ class AccountController extends APIController
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$entity = $this->_model->getEntity($uid);
|
$entity = $this->_model->getEntity($uid);
|
||||||
$zoneApi = new \App\Libraries\Cloudflare\API\Zone($entity);
|
$zoneApi = new \App\Libraries\Cloudflare\API\Zone($entity, false);
|
||||||
$zoneApi->reload();
|
$zoneApi->reload();
|
||||||
return alert_CommonHelper("{$this->_viewDatas['title']} " . __FUNCTION__ . " 완료하였습니다.", session()->get(RETURN_URL));
|
return alert_CommonHelper("{$this->_viewDatas['title']} " . __FUNCTION__ . " 완료하였습니다.", session()->get(RETURN_URL));
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user