mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-05 07:27:21 +00:00
@ -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 ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user