diff --git a/back/includes/cls_cloudflare.php b/back/includes/cls_cloudflare.php index f7f7c2b..1f0f677 100755 --- a/back/includes/cls_cloudflare.php +++ b/back/includes/cls_cloudflare.php @@ -42,8 +42,7 @@ class cloudflare 'proxied' => true, ]; - print_r($real_param); - + $header[] = 'X-Auth-Key: '.$this->apikey; $header[] = 'X-Auth-Email: '.$this->apiemail ; $header[] = 'Content-Type: application/json ' ;