2025-06-05 08:52:31 +02:00
|
|
|
<?php
|
2025-06-20 18:06:57 +02:00
|
|
|
require_once('state.php');
|
2025-06-05 08:52:31 +02:00
|
|
|
$input = json_decode(file_get_contents('php://input'), true);
|
2025-06-20 18:06:57 +02:00
|
|
|
if ($input) thos_save_state($input);
|
2025-06-05 08:52:31 +02:00
|
|
|
?>
|