Files
EQN/appServer/distquake_upload3.php
2017-09-22 15:16:26 +02:00

4 lines
57 B
PHP

<?php
$output[] = "ok";
print(json_encode($output));
?>