1
0
Fork 0
OpenSim.land/api/register.php

6 lines
151 B
PHP

<?php
$data = json_decode(file_get_contents('php://input'), true);
file_put_contents("debug_".time().".txt", print_r($data, true));
?>