mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-01-22 11:29:53 +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
|