1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

update user register...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-13 17:09:13 +08:00
parent a8b45f0800
commit 056187c79f
4 changed files with 14 additions and 14 deletions

View File

@ -60,7 +60,7 @@ function RandSting($l = 10) {
*/
function Json($data) {
header ( 'Content-Type:application/json; charset=' . Config ( 'Charset' ) );
exit ( json_encode ( $data, 0 ) );
exit ( json_encode ( $data ) );
}
/**