attachment-server/incl_challenge_list.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);