mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-02-16 11:30:37 +01:00
Aggiornato output di debug
This commit is contained in:
parent
cd8aa56544
commit
5e9442a295
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// URL dell'endpoint che riceve i dati
|
// URL dell'endpoint che riceve i dati
|
||||||
$receiver_url = "http://localhost/receiver.php";
|
$receiver_url = "http://localhost/wifi-probe-aggregator/ws/receiver.php";
|
||||||
|
|
||||||
// Lista di indirizzi MAC
|
// Lista di indirizzi MAC
|
||||||
$mac_addresses = [
|
$mac_addresses = [
|
||||||
@ -62,4 +62,4 @@ $response = curl_exec($ch);
|
|||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
// Debug
|
// Debug
|
||||||
echo "STRINGA INVIATA:\n".json_encode($post_data);
|
echo $response;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user