mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-01-06 04:07:25 +01:00
8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
|
|
// Dati in arrivo dai readers
|
|
$post = file_get_contents('php://input');
|
|
|
|
$data = json_decode( $post );
|
|
|
|
// TODO: inserimento a database
|