Aggiunto output di debug

This commit is contained in:
loviuz 2020-06-22 13:45:26 +02:00 committed by GitHub
parent b764cfe92c
commit cd8aa56544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -60,3 +60,6 @@ $response = curl_exec($ch);
// Chiusura handler
curl_close($ch);
// Debug
echo "STRINGA INVIATA:\n".json_encode($post_data);