1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-06-05 21:59:30 +02:00

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

View File

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