mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-01-29 22:44:46 +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
|
||||
$receiver_url = "http://localhost/receiver.php";
|
||||
$receiver_url = "http://localhost/wifi-probe-aggregator/ws/receiver.php";
|
||||
|
||||
// Lista di indirizzi MAC
|
||||
$mac_addresses = [
|
||||
@ -62,4 +62,4 @@ $response = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
|
||||
// Debug
|
||||
echo "STRINGA INVIATA:\n".json_encode($post_data);
|
||||
echo $response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user