7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
|
|
|
|
header("Content-type: application/json; charset=utf-8");
|
|
|
|
echo json_encode(get_challenge_list($game), JSON_UNESCAPED_UNICODE);
|