This commit is contained in:
2019-07-29 11:09:20 +02:00
parent 3475a8c8a6
commit 919d43a335

View File

@@ -1,6 +1,9 @@
<?php
$n = 0;
if (isset($_REQUEST['n'])) {
$n = $_REQUEST['n'];
}
header("Content-Type: application/json");