attachment-server/incl_get_team_info.php

6 lines
139 B
PHP

<?php
header("Content-type: application/json; charset=utf-8");
echo json_encode(get_team_info($game, $team_id), JSON_UNESCAPED_UNICODE);