diff --git a/class_cloudflare.php b/class_cloudflare.php index d949042..f952d8d 100644 --- a/class_cloudflare.php +++ b/class_cloudflare.php @@ -179,7 +179,17 @@ public function zone_settings($domain) ); return $this->http_post($data); } - + + /** + * Undocumented method + * SEE: https://github.com/vexxhost/CloudFlare-API/pull/3 + */ + public function zone_init($zone) + { + $data['a'] = 'zone_init'; + $data['z'] = $zone; + return $this->http_post($data); + } /** * CLIENT API