debug cf
This commit is contained in:
parent
26452144e1
commit
883588c9ee
@ -114,6 +114,7 @@ class cloudflare
|
||||
$t_result = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
$result=json_decode($t_result,true);
|
||||
print_r($result);
|
||||
if($result['success']){
|
||||
return $result['result']['id'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user